]> git.cameronkatri.com Git - mandoc.git/blobdiff - configure
Simplify maintainer targets in OpenBSD: EQN and TBL variables
[mandoc.git] / configure
index 5300ef20196c25c4f64d323282b112e866be3641..2df028da0510a1c87daee48d24a2e1a6a245c0e5 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: configure,v 1.69 2019/03/06 10:18:58 schwarze Exp $
+# $Id: configure,v 1.71 2019/07/01 22:56:24 schwarze Exp $
 #
 # Copyright (c) 2014-2019 Ingo Schwarze <schwarze@openbsd.org>
 #
@@ -227,7 +227,7 @@ if [ -n "${OSENUM}" ]; then
        echo "OSENUM specified manually: ${OSENUM}" 1>&2
        echo "OSENUM specified manually: ${OSENUM}" 1>&3
 else
-       OSDETECT=$(uname)
+       OSDETECT=`uname`
        if [ "X${OSDETECT}" = "XNetBSD" ]; then
                OSENUM=MANDOC_OS_NETBSD
        elif [ "X${OSDETECT}" = "XOpenBSD" ]; then
@@ -529,7 +529,7 @@ fi
        echo "extern    char     *mkdtemp(char *);"
 
 if [ ${HAVE_PROGNAME} -eq 0 ]; then
-       echo "extern    const char *getprogname(void);"
+       echo "extern    const char *getprogname(void);"
        echo "extern    void      setprogname(const char *);"
 fi