summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>1999-10-04 12:55:11 +0000
committerAkim Demaille <akim@epita.fr>1999-10-04 12:55:11 +0000
commit286803e17f7e41cd79c19e1524175a5aaf53410b (patch)
treeb36e43ca4a817fc6fd194afed98cfc34ba067b3d
parentaa955fdcbb0413b169c5f7137b88df97cac7cc52 (diff)
downloadautoconf-286803e17f7e41cd79c19e1524175a5aaf53410b.tar.gz
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.
-rw-r--r--ChangeLog2
-rw-r--r--acgeneral.m44
-rw-r--r--lib/autoconf/general.m44
3 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c780e8d8..e799c483 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
Beware of the expansions of $n in comments.
- * acgeneral.m4 (AC_OUTPUT): Changed $1 into [$1] in dnls.
+ * acgeneral.m4 (AC_OUTPUT): Changed $1 into $[1] in dnls.
1999-10-04 Akim Demaille <akim@epita.fr>
diff --git a/acgeneral.m4 b/acgeneral.m4
index 9b7bbc4f..9f207caa 100644
--- a/acgeneral.m4
+++ b/acgeneral.m4
@@ -2906,7 +2906,7 @@ Usage: $CONFIG_STATUS @BKL@OPTIONS@BKR@ FILE...
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],
[Files to instantiate:
ifset($1, [ Configuration files:
@@ -2987,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.
diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4
index 9b7bbc4f..9f207caa 100644
--- a/lib/autoconf/general.m4
+++ b/lib/autoconf/general.m4
@@ -2906,7 +2906,7 @@ Usage: $CONFIG_STATUS @BKL@OPTIONS@BKR@ FILE...
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],
[Files to instantiate:
ifset($1, [ Configuration files:
@@ -2987,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.