]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (_AC_INIT_PARSE_ARGS): Fix quoted/non quoted here
authorAkim Demaille <akim@epita.fr>
Wed, 8 Mar 2000 11:04:55 +0000 (11:04 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 8 Mar 2000 11:04:55 +0000 (11:04 +0000)
document problems.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index f1cc898419eeb8430f7bb9db97a219647b818250..2097d6a7832bfb5b2263c219f2a5b408f871a6d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-03-08  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4 (_AC_INIT_PARSE_ARGS): Fix quoted/non quoted here
+       document problems.
+
 2000-03-08  Akim Demaille  <akim@epita.fr>
 
        * acgeneral.m4 (AC_INIT_BINSH, AC_INIT_NOTICE, AC_INIT_PREPARE):
index 254806bf2f825f36fb4343c01d1b513d4c34a2af..9ddc48d19af468e9aa5eca7aa72c022a9a92f46e 100644 (file)
@@ -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 <<EOF
 Directories:
   --prefix=PREFIX         install architecture-independent files in PREFIX
                           [$ac_default_prefix]
@@ -976,6 +979,9 @@ Directories:
   --mandir=DIR            man documentation in DIR [PREFIX/man]
   --srcdir=DIR            find the sources in DIR [configure dir or ..]
 
+EOF
+
+  cat <<\EOF
 Program names:
   --program-prefix=PREFIX prepend PREFIX to installed program names
   --program-suffix=SUFFIX append SUFFIX to installed program names
index 254806bf2f825f36fb4343c01d1b513d4c34a2af..9ddc48d19af468e9aa5eca7aa72c022a9a92f46e 100644 (file)
@@ -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 <<EOF
 Directories:
   --prefix=PREFIX         install architecture-independent files in PREFIX
                           [$ac_default_prefix]
@@ -976,6 +979,9 @@ Directories:
   --mandir=DIR            man documentation in DIR [PREFIX/man]
   --srcdir=DIR            find the sources in DIR [configure dir or ..]
 
+EOF
+
+  cat <<\EOF
 Program names:
   --program-prefix=PREFIX prepend PREFIX to installed program names
   --program-suffix=SUFFIX append SUFFIX to installed program names