X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fonceonly.m4;h=b86700f912acfc2873e655ca53d050056e57519d;hb=f27d815b351a4f960aad64b96b5331bcbf8799a0;hp=6d913fafd73f772a9cd756a93a2ad051936a8c3d;hpb=cb188754073adf6497ad6bd1c376490b6f6c3dd1;p=gnulib.git diff --git a/m4/onceonly.m4 b/m4/onceonly.m4 index 6d913fafd..b86700f91 100644 --- a/m4/onceonly.m4 +++ b/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'