From: Akim Demaille Date: Mon, 22 Jan 2001 08:49:02 +0000 (+0000) Subject: Tim Van Holder , X-Git-Tag: autoconf-2.50~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de42cd5ff65a84e8c6069f641a5789e85a23ab2;p=thirdparty%2Fautoconf.git Tim Van Holder , Jim Meyering * acspecific.m4 (AC_AIX): Fix typo: s/@$/@%/. --- diff --git a/ChangeLog b/ChangeLog index 6f9577baf..4e598cba7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-01-22 Raja R Harinath , + Tim Van Holder , + Jim Meyering + + * acspecific.m4 (AC_AIX): Fix typo: s/@\$/@%/. + 2001-01-19 Akim Demaille Catch only used patterns. diff --git a/acspecific.m4 b/acspecific.m4 index bf899ec3c..45ef46e59 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -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 diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index bf899ec3c..45ef46e59 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -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