]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix a build problem with AIX 3.2.5 xlc.
authorBruno Haible <bruno@clisp.org>
Tue, 26 Aug 2003 18:23:35 +0000 (18:23 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:55 +0000 (12:10 +0200)
gettext-tools/m4/ChangeLog
gettext-tools/m4/fnmatch.m4

index cf9b2162354f75502122c72d539220b420a51173..e3550425e396803ac30df94fbd27a29d2400e8c5 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-26  Bruno Haible  <bruno@clisp.org>
+
+       * 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-24  Bruno Haible  <bruno@clisp.org>
 
        * relocatable.m4 (AC_RELOCATABLE): Use $(host) instead of @host@,
index d281d9ef2946868f5137eff321ecd071b5e76ffc..befb73e2772e6afce95d6d0ca16117feb74cf890 100644 (file)
@@ -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