]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
AC_ISC_POSIX is no longer needed.
authorBruno Haible <bruno@clisp.org>
Fri, 30 Jun 2006 14:24:08 +0000 (14:24 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:28 +0000 (12:13 +0200)
gettext-runtime/ChangeLog
gettext-runtime/configure.ac
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/gettext.m4
gettext-runtime/m4/isc-posix.m4 [deleted file]
gettext-tools/ChangeLog
gettext-tools/configure.ac

index 66f3e08715c209936626b01da0f0851c2638ecf1..56629ea1df2e41414a71f2d93422048f61f5b742 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-27  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Remove AC_ISC_POSIX invocation.
+
 2006-06-27  Bruno Haible  <bruno@clisp.org>
 
        Assume vprintf function.
index 0ddb0a5eacae5d9c95a67729c97eb8371dbcc187..2bbbca6f36f3b9bb6d6d005c818ab88471061b4c 100644 (file)
@@ -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
index c9a697da344b5e79197fc0c35dfc665972965e7c..09cd4fe3c4d86bcb2284506b8c9e0df2671804a8 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-27  Bruno Haible  <bruno@clisp.org>
+
+       * isc-posix.m4: Remove file.
+       * gettext.m4 (AM_INTL_SUBDIR): Remove AC_ISC_POSIX invocation.
+
 2006-06-27  Bruno Haible  <bruno@clisp.org>
 
        Assume working 'const'.
index 76356aa36bc83bc970090c91a8414314716a019d..dae3d81e7fc4bfc20c387614b455a8b142353c85 100644 (file)
@@ -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 (file)
index 74dc8f2..0000000
+++ /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"])
-  ]
-)
index 6245178eeeef0574670f64e79c14a18d31c90080..aab72f87a094e91fdba10deeca4366d4fdcf3ec8 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-27  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Remove AC_ISC_POSIX invocation.
+
 2006-06-27  Bruno Haible  <bruno@clisp.org>
 
        Assume ANSI C header files and <ctype.h> functions.
index 7058f805d976d4de7bb7360ad21ee1fc0160d8b0..cf85260cd33f4da7db0c1fbc18786f0ffb802a45 100644 (file)
@@ -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