]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Assume <limits.h> exists.
authorBruno Haible <bruno@clisp.org>
Tue, 1 Jul 2003 12:21:34 +0000 (12:21 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:46 +0000 (12:10 +0200)
gettext-tools/m4/backupfile.m4
gettext-tools/m4/pathmax.m4
gettext-tools/m4/xreadlink.m4

index 5ae602d64e9646467c94f52ce537743ff762da69..658d216fb065483cc776102e75543fa36017d598 100644 (file)
@@ -1,4 +1,4 @@
-# backupfile.m4 serial 1 (gettext-0.11)
+# backupfile.m4 serial 2 (gettext-0.11.2)
 dnl Copyright (C) 2001-2002 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -13,9 +13,9 @@ AC_DEFUN([gt_PREREQ_BACKUPFILE],
   dnl For backupfile.c.
   AC_REQUIRE([AC_HEADER_DIRENT])
   AC_FUNC_CLOSEDIR_VOID
-  AC_CHECK_HEADERS(limits.h string.h)
+  AC_CHECK_HEADERS(string.h)
   dnl For addext.c.
   AC_SYS_LONG_FILE_NAMES
   AC_CHECK_FUNCS(pathconf)
-  AC_CHECK_HEADERS(limits.h string.h unistd.h)
+  AC_CHECK_HEADERS(string.h unistd.h)
 ])
index f2f54cc76fe04533a420a47b57dceb8ad2102a13..95ab044d841a1f8b46483842294bf48f4516ab79 100644 (file)
@@ -1,5 +1,5 @@
-# pathmax.m4 serial 1 (gettext-0.12)
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# pathmax.m4 serial 2
+dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
 dnl Public License, this file may be distributed as part of a program
@@ -9,5 +9,5 @@ dnl the same distribution terms as the rest of that program.
 AC_DEFUN([gl_PATHMAX],
 [
   dnl Prerequisites of lib/pathmax.h.
-  AC_CHECK_HEADERS_ONCE(limits.h sys/param.h unistd.h)
+  AC_CHECK_HEADERS_ONCE(sys/param.h unistd.h)
 ])
index 0907317ccaddd444aa873b8548744267721963b2..25d04bb3e919161c3eac96fad9713f5d2a36086c 100644 (file)
@@ -1,5 +1,5 @@
-# xreadlink.m4 serial 2 (gettext-0.12.2)
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+# xreadlink.m4 serial 3
+dnl Copyright (C) 20022003 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
 dnl Public License, this file may be distributed as part of a program
@@ -10,5 +10,5 @@ AC_DEFUN([gl_XREADLINK],
 [
   dnl Prerequisites of lib/xreadlink.c.
   AC_REQUIRE([gt_TYPE_SSIZE_T])
-  AC_CHECK_HEADERS_ONCE(limits.h stdlib.h sys/types.h unistd.h)
+  AC_CHECK_HEADERS_ONCE(stdlib.h sys/types.h unistd.h)
 ])