]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-10-04 Akim Demaille <akim@epita.fr>
authorAkim Demaille <akim@epita.fr>
Mon, 4 Oct 1999 12:44:50 +0000 (12:44 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 4 Oct 1999 12:44:50 +0000 (12:44 +0000)
Beware of  the expansions of $n in comments.

* acgeneral.m4 (AC_OUTPUT): Changed $1 into [$1] in dnls.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index bf6372cec15f99a3a996adeafdf6c9db2a9bbc33..c780e8d8e66dc240338c7a3b7714e31d8609ad47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-10-04  Akim Demaille  <akim@epita.fr>
+
+       Beware of  the expansions of $n in comments.
+
+       * acgeneral.m4 (AC_OUTPUT): Changed $1 into [$1] in dnls.
+
 1999-10-04  Akim Demaille  <akim@epita.fr>
 
        Revert partially the previous changes: AC_CHECK_HEADERS_DIRENT is
index 2bcc3ffa5feaac01a281288d20112cf4d7634936..9b7bbc4f60083da4a9916d5afca337a87e0edea2 100644 (file)
@@ -2904,8 +2904,10 @@ Usage: $CONFIG_STATUS @BKL@OPTIONS@BKR@ FILE...
   --version    Print the version of Autoconf and exit
   --help       Display this help and exit
 
-dnl Output this only if there are files to instantiate.
-ifset(ifdef([AC_LIST_HEADERS], 1)$1,
+dnl Issue this section only if there were actually config files.
+dnl The following test checks if one of AC_LIST_HEADERS, the CONFIG_FILES
+dnl which are given via [$1], or AC_LIST_LINKS is set.
+ifset(ifdef([AC_LIST_HEADERS], 1)ifdef([AC_LIST_LINKS], 1)[$1],
 [Files to instantiate:
 ifset($1, [  Configuration files:
 \$config_files
@@ -2985,7 +2987,7 @@ EOF
 
 dnl Issue this section only if there were actually config files.
 dnl The following test checks if one of AC_LIST_HEADERS, the CONFIG_FILES
-dnl which are given via $1, or AC_LIST_LINKS is set.
+dnl which are given via [$1], or AC_LIST_LINKS is set.
 ifset(ifdef([AC_LIST_HEADERS], 1)ifdef([AC_LIST_LINKS], 1)[$1],
 [cat >> $CONFIG_STATUS <<EOF
 # If there were arguments, don't assign a default value.
index 2bcc3ffa5feaac01a281288d20112cf4d7634936..9b7bbc4f60083da4a9916d5afca337a87e0edea2 100644 (file)
@@ -2904,8 +2904,10 @@ Usage: $CONFIG_STATUS @BKL@OPTIONS@BKR@ FILE...
   --version    Print the version of Autoconf and exit
   --help       Display this help and exit
 
-dnl Output this only if there are files to instantiate.
-ifset(ifdef([AC_LIST_HEADERS], 1)$1,
+dnl Issue this section only if there were actually config files.
+dnl The following test checks if one of AC_LIST_HEADERS, the CONFIG_FILES
+dnl which are given via [$1], or AC_LIST_LINKS is set.
+ifset(ifdef([AC_LIST_HEADERS], 1)ifdef([AC_LIST_LINKS], 1)[$1],
 [Files to instantiate:
 ifset($1, [  Configuration files:
 \$config_files
@@ -2985,7 +2987,7 @@ EOF
 
 dnl Issue this section only if there were actually config files.
 dnl The following test checks if one of AC_LIST_HEADERS, the CONFIG_FILES
-dnl which are given via $1, or AC_LIST_LINKS is set.
+dnl which are given via [$1], or AC_LIST_LINKS is set.
 ifset(ifdef([AC_LIST_HEADERS], 1)ifdef([AC_LIST_LINKS], 1)[$1],
 [cat >> $CONFIG_STATUS <<EOF
 # If there were arguments, don't assign a default value.