]> git.ipfire.org Git - thirdparty/autoconf.git/commit
1999-10-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
authorAkim Demaille <akim@epita.fr>
Tue, 5 Oct 1999 09:41:02 +0000 (09:41 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 5 Oct 1999 09:41:02 +0000 (09:41 +0000)
commit91d8af658f0697a12cbf7bef1125b495904b5eb5
treee86e7fe21922e1ca97179c76bdce675b260bcd3b
parent7837bd5f25998f054b782bc96d7daaf4979bcc6c
1999-10-05  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

Shell meta characters in an argument causes the configure script
to freak out and generate a config.status file that contains
syntax errors.
Bug triggered by ./configure --with-foobar=\''`"$'.

* acgeneral.m4 (AC_INIT_PARSE_ARGS): Quote single quotes that end
up between single quotes.  Protect arguments of echo with double
quotes.
(AC_INIT_PREPARE): Likewise.
(AC_PATH_PROG): Protect argument of test.
(AC_OUTPUT): Quote meta characters in ac_configure_args.
ChangeLog
THANKS
acgeneral.m4
lib/autoconf/general.m4