>>> "Bernd" == Bernd Jendrissek <[EMAIL PROTECTED]> writes:
Bernd> Hello all
Bernd> An oddity with 1.5d, probably also with 1.6
[...]
Bernd> Vanilla "./configure" produces this in the Makefile:
Bernd> AUTOMAKE = ${SHELL} /usr/src/home/wallace/missing --run
Bernd> whereas with bash2 the aut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message
Hello all
An oddity with 1.5d, probably also with 1.6
In m4/missing.m4:
AC_DEFUN([AM_MISSING_PROG],
[AC_REQUIRE([AM_MISSING_HAS_RUN])
$1=${$1-"${am_missing_run}$2"}
AC_SUBST($1)])
In m4/init.m4: