]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Tim Van Holder <tim.van.holder@pandora.be>,
authorAkim Demaille <akim@epita.fr>
Mon, 22 Jan 2001 08:49:02 +0000 (08:49 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 22 Jan 2001 08:49:02 +0000 (08:49 +0000)
Jim Meyering <jim@meyering.net>
* acspecific.m4 (AC_AIX): Fix typo: s/@$/@%/.

ChangeLog
acspecific.m4
lib/autoconf/specific.m4

index 6f9577bafde3c918fdc4b1624b097cfd39ed8501..4e598cba78308063259346867181ce451a8d8716 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-22  Raja R Harinath  <harinath@cs.umn.edu>,
+       Tim Van Holder  <tim.van.holder@pandora.be>,
+       Jim Meyering <jim@meyering.net>
+
+       * acspecific.m4 (AC_AIX): Fix typo: s/@\$/@%/.
+
 2001-01-19  Akim Demaille  <akim@epita.fr>
 
        Catch only used patterns.
index bf899ec3cdad2e47dc6eeb9bc1a5d386d1d40cae..45ef46e59264d1ab4af0cf007bc96a6db1100841 100644 (file)
@@ -1204,7 +1204,7 @@ AC_DEFUN([AC_AIX],
    System headers sometimes define this.
    We just want to avoid a redefinition error message.  */
 @%:@ifndef _ALL_SOURCE
-@$:@ undef _ALL_SOURCE
+@%:@ undef _ALL_SOURCE
 @%:@endif])dnl
 AC_BEFORE([$0], [AC_COMPILE_IFELSE])dnl
 AC_BEFORE([$0], [AC_RUN_IFELSE])dnl
index bf899ec3cdad2e47dc6eeb9bc1a5d386d1d40cae..45ef46e59264d1ab4af0cf007bc96a6db1100841 100644 (file)
@@ -1204,7 +1204,7 @@ AC_DEFUN([AC_AIX],
    System headers sometimes define this.
    We just want to avoid a redefinition error message.  */
 @%:@ifndef _ALL_SOURCE
-@$:@ undef _ALL_SOURCE
+@%:@ undef _ALL_SOURCE
 @%:@endif])dnl
 AC_BEFORE([$0], [AC_COMPILE_IFELSE])dnl
 AC_BEFORE([$0], [AC_RUN_IFELSE])dnl