Re: Doubly-shell-quoted AM_MISSING_PROG argument in init.m4

2002-03-28 Thread Alexandre Duret-Lutz
>>> "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

Doubly-shell-quoted AM_MISSING_PROG argument in init.m4

2002-03-28 Thread Bernd Jendrissek
-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: