summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo/configure
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-08-18 14:42:38 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-08-18 14:42:38 +0000
commitd2c2f63308e607be4c9bdbe89b7fbb24c78a77d1 (patch)
tree2854f9d87b89f3b52cb6ec45ec4c3c74f2b6c339 /gnu/usr.bin/texinfo/configure
parentf116db14bd5cfc58674b1764ed2ca53389a47af4 (diff)
sigh
Diffstat (limited to 'gnu/usr.bin/texinfo/configure')
-rw-r--r--gnu/usr.bin/texinfo/configure14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/usr.bin/texinfo/configure b/gnu/usr.bin/texinfo/configure
index b79957d79ff..4553999c5a8 100644
--- a/gnu/usr.bin/texinfo/configure
+++ b/gnu/usr.bin/texinfo/configure
@@ -682,7 +682,7 @@ if (aclocal --version) < /dev/null > /dev/null 2>&1; then
ACLOCAL=aclocal
echo "$ac_t""found" 1>&6
else
- ACLOCAL="$missing_dir/missing aclocal"
+ ACLOCAL="sh -x $missing_dir/missing aclocal"
echo "$ac_t""missing" 1>&6
fi
@@ -695,7 +695,7 @@ if (autoconf --version) < /dev/null > /dev/null 2>&1; then
AUTOCONF=autoconf
echo "$ac_t""found" 1>&6
else
- AUTOCONF="$missing_dir/missing autoconf"
+ AUTOCONF="sh -x $missing_dir/missing autoconf"
echo "$ac_t""missing" 1>&6
fi
@@ -708,7 +708,7 @@ if (automake --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake
echo "$ac_t""found" 1>&6
else
- AUTOMAKE="$missing_dir/missing automake"
+ AUTOMAKE="sh -x $missing_dir/missing automake"
echo "$ac_t""missing" 1>&6
fi
@@ -721,7 +721,7 @@ if (autoheader --version) < /dev/null > /dev/null 2>&1; then
AUTOHEADER=autoheader
echo "$ac_t""found" 1>&6
else
- AUTOHEADER="$missing_dir/missing autoheader"
+ AUTOHEADER="sh -x $missing_dir/missing autoheader"
echo "$ac_t""missing" 1>&6
fi
@@ -734,7 +734,7 @@ if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
MAKEINFO=makeinfo
echo "$ac_t""found" 1>&6
else
- MAKEINFO="$missing_dir/missing makeinfo"
+ MAKEINFO="sh -x $missing_dir/missing makeinfo"
echo "$ac_t""missing" 1>&6
fi
@@ -3577,10 +3577,10 @@ fi
MKINSTALLDIRS=
if test $ac_aux_dir; then
- MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
+ MKINSTALLDIRS="sh -x $ac_aux_dir/mkinstalldirs"
fi
if test -z $MKINSTALLDIRS; then
- MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
+ MKINSTALLDIRS="sh -x \$(top_srcdir)/mkinstalldirs"
fi