AM_MISSING_PROG. Fixes autoconf/116.
+2000-02-22 Pavel Roskin <pavel_roskin@geocities.com>
+
+ * configure.in (HELP2MAN): Specify the third argument of
+ AM_MISSING_PROG. Fixes autoconf/116.
+
2000-02-21 Akim Demaille <akim@epita.fr>
* tests/tools.m4 (syntax.sh): The logic of the previous patch was
HELP2MAN=help2man
echo "$ac_t""found" 1>&6
else
- HELP2MAN="/missing help2man"
+ HELP2MAN="\${SHELL} \${top_srcdir}/missing help2man"
echo "$ac_t""missing" 1>&6
fi
AC_PROG_AWK
dnl Generating man pages.
-AM_MISSING_PROG(HELP2MAN, help2man)
+AM_MISSING_PROG(HELP2MAN, help2man, [\${SHELL} \${top_srcdir}])
dnl We use a path for perl so the #! line in autoscan will work.
AC_PATH_PROG(PERL, perl, no)