From: Bruno Haible Date: Tue, 1 Jul 2003 12:21:34 +0000 (+0000) Subject: Assume exists. X-Git-Tag: v0.13~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fa0c85adc2cd818e4215e812f4a03903f951c25;p=thirdparty%2Fgettext.git Assume exists. --- diff --git a/gettext-tools/m4/backupfile.m4 b/gettext-tools/m4/backupfile.m4 index 5ae602d64..658d216fb 100644 --- a/gettext-tools/m4/backupfile.m4 +++ b/gettext-tools/m4/backupfile.m4 @@ -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) ]) diff --git a/gettext-tools/m4/pathmax.m4 b/gettext-tools/m4/pathmax.m4 index f2f54cc76..95ab044d8 100644 --- a/gettext-tools/m4/pathmax.m4 +++ b/gettext-tools/m4/pathmax.m4 @@ -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) ]) diff --git a/gettext-tools/m4/xreadlink.m4 b/gettext-tools/m4/xreadlink.m4 index 0907317cc..25d04bb3e 100644 --- a/gettext-tools/m4/xreadlink.m4 +++ b/gettext-tools/m4/xreadlink.m4 @@ -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) 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 @@ -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) ])