aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
-rw-r--r--configure.ac4
-rw-r--r--configure.ac.pamphlet4
3 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index 1511bd73..eb527e48 100755
--- a/configure
+++ b/configure
@@ -11779,7 +11779,7 @@ $as_echo "no" >&6; }
fi
-if test -z $PDFLATEX; then
+if test -z "$PDFLATEX"; then
# Extract the first word of "latex", so it can be a program name with args.
set dummy latex; ac_word=$2
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -16269,7 +16269,7 @@ fi
test -n "$OA_QT_QMAKE" && break
done
-if test -n $OA_QT_MOC; then
+if test -n "$OA_QT_MOC"; then
{ $as_echo "$as_me:$LINENO: checking Qt version" >&5
$as_echo_n "checking Qt version... " >&6; }
oa_qt_version=`"$OA_QT_MOC" -v 2>&1 | sed -e 's/^.*(\(.*\))$/\1/'`
diff --git a/configure.ac b/configure.ac
index ec90b060..28bc0f47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,7 +119,7 @@ AC_PATH_PROGS([HOST_AWK],[awk nawk gawk mawk])
AC_CHECK_PROG([AR], [ar], [ar], [AC_MSG_ERROR([program 'ar' is missing])])
AC_PATH_PROG([PDFLATEX], [pdflatex])
-if test -z $PDFLATEX; then
+if test -z "$PDFLATEX"; then
AC_PATH_PROG([LATEX], [latex],
[AC_MSG_NOTICE([Documentation is disabled.])])
fi
@@ -550,7 +550,7 @@ AC_SUBST(X_PRE_LIBS)
# Check for Qt utilities.
AC_CHECK_PROGS([OA_QT_MOC], [moc])
AC_CHECK_PROGS([OA_QT_QMAKE], [qmake])
-if test -n $OA_QT_MOC; then
+if test -n "$OA_QT_MOC"; then
AC_MSG_CHECKING([Qt version])
oa_qt_version=`"$OA_QT_MOC" -v 2>&1 | sed -e 's/^.*(\(.*\))$/\1/'`
AC_MSG_RESULT([$oa_qt_version])
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index ac87dac8..c64c9154 100644
--- a/configure.ac.pamphlet
+++ b/configure.ac.pamphlet
@@ -424,7 +424,7 @@ AC_SUBST(X_PRE_LIBS)
# Check for Qt utilities.
AC_CHECK_PROGS([OA_QT_MOC], [moc])
AC_CHECK_PROGS([OA_QT_QMAKE], [qmake])
-if test -n $OA_QT_MOC; then
+if test -n "$OA_QT_MOC"; then
AC_MSG_CHECKING([Qt version])
oa_qt_version=`"$OA_QT_MOC" -v 2>&1 | sed -e 's/^.*(\(.*\))$/\1/'`
AC_MSG_RESULT([$oa_qt_version])
@@ -753,7 +753,7 @@ this works right when one follows the installation instructions.
%
<<doc utils>>=
AC_PATH_PROG([PDFLATEX], [pdflatex])
-if test -z $PDFLATEX; then
+if test -z "$PDFLATEX"; then
AC_PATH_PROG([LATEX], [latex],
[AC_MSG_NOTICE([Documentation is disabled.])])
fi