+2000-06-16 Bruno Haible <haible@clisp.cons.org>
+
+ * 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 <drepper@redhat.com>
* gettext.m4: Add tests for tsearch, iconv, and mempcpy.
# 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.