From: Bruno Haible Date: Fri, 16 Jun 2000 21:47:59 +0000 (+0000) Subject: Make it possible to use the AC_ISC_POSIX replacement with autoconf-2.13. X-Git-Tag: v0.10.36~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d3a2235ae7c65dc1ec291cba06ae7c37d581a43;p=thirdparty%2Fgettext.git Make it possible to use the AC_ISC_POSIX replacement with autoconf-2.13. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 9c61fb33f..a36f9333d 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2000-06-16 Bruno Haible + + * isc-posix.m4: Undefine the macro before calling AC_DEFUN, otherwise + with autoconf-2.13 we get lots of ***BUG in Autoconf--please report*** + errors. + 2000-05-06 Ulrich Drepper * gettext.m4: Add tests for tsearch, iconv, and mempcpy. diff --git a/m4/isc-posix.m4 b/m4/isc-posix.m4 index 4dd2afa2c..f228ea816 100644 --- a/m4/isc-posix.m4 +++ b/m4/isc-posix.m4 @@ -7,6 +7,8 @@ # configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX # configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX +undefine([AC_ISC_POSIX]) + AC_DEFUN(AC_ISC_POSIX, [ dnl This test replaces the obsolescent AC_ISC_POSIX kludge.