From: Bruno Haible Date: Tue, 4 Jul 2006 16:41:32 +0000 (+0000) Subject: Change comments to not mention AC_HEADER_STDC. X-Git-Tag: v0.15~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c910328bdd10ab6b0e35d4151b3bb0ca8d4f2925;p=thirdparty%2Fgettext.git Change comments to not mention AC_HEADER_STDC. --- diff --git a/gettext-tools/m4/onceonly.m4 b/gettext-tools/m4/onceonly.m4 index 6d913fafd..b86700f91 100644 --- a/gettext-tools/m4/onceonly.m4 +++ b/gettext-tools/m4/onceonly.m4 @@ -1,14 +1,14 @@ -# onceonly.m4 serial 4 (gettext-0.15) +# onceonly.m4 serial 5 (gettext-0.15) dnl Copyright (C) 2002-2003, 2006 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. dnl This file defines some "once only" variants of standard autoconf macros. -dnl AC_CHECK_HEADERS_ONCE like AC_CHECK_HEADERS -dnl AC_CHECK_FUNCS_ONCE like AC_CHECK_FUNCS -dnl AC_CHECK_DECLS_ONCE like AC_CHECK_DECLS -dnl AC_REQUIRE([AC_HEADER_STDC]) like AC_HEADER_STDC +dnl AC_CHECK_HEADERS_ONCE like AC_CHECK_HEADERS +dnl AC_CHECK_FUNCS_ONCE like AC_CHECK_FUNCS +dnl AC_CHECK_DECLS_ONCE like AC_CHECK_DECLS +dnl AC_REQUIRE([AC_FUNC_STRCOLL]) like AC_FUNC_STRCOLL dnl The advantage is that the check for each of the headers/functions/decls dnl will be put only once into the 'configure' file. It keeps the size of dnl the 'configure' file down, and avoids redundant output when 'configure'