From: Bruno Haible Date: Thu, 28 Aug 2003 19:38:48 +0000 (+0000) Subject: Avoid havoc with AIX 3.2.5 xlc. X-Git-Tag: cvs-readonly~4573 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=3be6aa0fd413510f60ff788de099d7002c41e38c;p=gnulib.git Avoid havoc with AIX 3.2.5 xlc. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index d8cfa8896..d973385a7 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2003-08-26 Bruno Haible + + * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here. + This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch' + followed by '#define fnmatch fnmatch_posix' gives an error. + 2003-08-27 Jim Meyering * mkstemp.m4: Require that the system mkstemp be able to create diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4 index d281d9ef2..befb73e27 100644 --- a/m4/fnmatch.m4 +++ b/m4/fnmatch.m4 @@ -74,8 +74,6 @@ AC_CHECK_FUNCS([btowc mbsrtowcs mempcpy wmempcpy]) AC_CHECK_HEADERS([wchar.h wctype.h]) AC_LIBOBJ([fnmatch]) FNMATCH_H=fnmatch.h -AC_DEFINE(fnmatch, rpl_fnmatch, - [Define to rpl_fnmatch if the replacement function should be used.]) ])# _AC_LIBOBJ_FNMATCH