From fd78fdb4516dc370a6611b3bc54cb08b2f76f3ce Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 30 Jun 2006 14:24:08 +0000 Subject: [PATCH] AC_ISC_POSIX is no longer needed. --- gettext-runtime/ChangeLog | 4 ++++ gettext-runtime/configure.ac | 3 --- gettext-runtime/m4/ChangeLog | 5 +++++ gettext-runtime/m4/gettext.m4 | 1 - gettext-runtime/m4/isc-posix.m4 | 24 ------------------------ gettext-tools/ChangeLog | 4 ++++ gettext-tools/configure.ac | 3 --- 7 files changed, 13 insertions(+), 31 deletions(-) delete mode 100644 gettext-runtime/m4/isc-posix.m4 diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index 66f3e0871..56629ea1d 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,7 @@ +2006-06-27 Bruno Haible + + * configure.ac: Remove AC_ISC_POSIX invocation. + 2006-06-27 Bruno Haible Assume vprintf function. diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index 0ddb0a5ea..2bbbca6f3 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -55,9 +55,6 @@ AC_SUBST(BUILDCSHARP) dnl Check for host type. AC_CANONICAL_HOST -dnl Checks for UNIX variants that set DEFS, -AC_ISC_POSIX - dnl Checks for compiler output filename suffixes. AC_OBJEXT AC_EXEEXT diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index c9a697da3..09cd4fe3c 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,8 @@ +2006-06-27 Bruno Haible + + * isc-posix.m4: Remove file. + * gettext.m4 (AM_INTL_SUBDIR): Remove AC_ISC_POSIX invocation. + 2006-06-27 Bruno Haible Assume working 'const'. diff --git a/gettext-runtime/m4/gettext.m4 b/gettext-runtime/m4/gettext.m4 index 76356aa36..dae3d81e7 100644 --- a/gettext-runtime/m4/gettext.m4 +++ b/gettext-runtime/m4/gettext.m4 @@ -358,7 +358,6 @@ AC_DEFUN([AM_INTL_SUBDIR], AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([gt_GLIBC2])dnl AC_REQUIRE([AC_PROG_RANLIB])dnl - AC_REQUIRE([AC_ISC_POSIX])dnl AC_REQUIRE([gl_VISIBILITY])dnl AC_REQUIRE([gt_INTL_SUBDIR_CORE])dnl AC_REQUIRE([bh_C_SIGNED])dnl diff --git a/gettext-runtime/m4/isc-posix.m4 b/gettext-runtime/m4/isc-posix.m4 deleted file mode 100644 index 74dc8f26d..000000000 --- a/gettext-runtime/m4/isc-posix.m4 +++ /dev/null @@ -1,24 +0,0 @@ -# isc-posix.m4 serial 2 (gettext-0.11.2) -dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -# This file is not needed with autoconf-2.53 and newer. Remove it in 2005. - -# This test replaces the one in autoconf. -# Currently this macro should have the same name as the autoconf macro -# because gettext's gettext.m4 (distributed in the automake package) -# still uses it. Otherwise, the use in gettext.m4 makes autoheader -# give these diagnostics: -# 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. - AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"]) - ] -) diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 6245178ee..aab72f87a 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2006-06-27 Bruno Haible + + * configure.ac: Remove AC_ISC_POSIX invocation. + 2006-06-27 Bruno Haible Assume ANSI C header files and functions. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 7058f805d..cf85260cd 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -78,9 +78,6 @@ AC_SUBST(TESTCSHARP) dnl Check for host type. AC_CANONICAL_HOST -dnl Checks for UNIX variants that set DEFS, -AC_ISC_POSIX - dnl Checks for compiler output filename suffixes. AC_OBJEXT AC_EXEEXT -- 2.47.3