From: Akim Demaille Date: Wed, 8 Mar 2000 11:04:55 +0000 (+0000) Subject: * acgeneral.m4 (_AC_INIT_PARSE_ARGS): Fix quoted/non quoted here X-Git-Tag: autoconf-2.50~1085 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7d95f9a4ffdedef4694604455860e938f9415cf;p=thirdparty%2Fautoconf.git * acgeneral.m4 (_AC_INIT_PARSE_ARGS): Fix quoted/non quoted here document problems. --- diff --git a/ChangeLog b/ChangeLog index f1cc89841..2097d6a78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-03-08 Akim Demaille + + * acgeneral.m4 (_AC_INIT_PARSE_ARGS): Fix quoted/non quoted here + document problems. + 2000-03-08 Akim Demaille * acgeneral.m4 (AC_INIT_BINSH, AC_INIT_NOTICE, AC_INIT_PREPARE): diff --git a/acgeneral.m4 b/acgeneral.m4 index 254806bf2..9ddc48d19 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -951,10 +951,13 @@ Defaults for the options are specified in brackets. Configuration: -h, --help print this message -V, --version print the version of autoconf that created configure - -q, --quiet, --silent do not print \`checking...' messages + -q, --quiet, --silent do not print `checking...' messages --cache-file=FILE cache test results in FILE -n, --no-create do not create output files +EOF + + cat <