# HG changeset patch # User Bruno Haible # Date 1047915789 0 # Node ID 5281b6fad97452c8c644fc80c8df7d821d4313dc # Parent 0b9877dac82380bdf0173bbbaf2910e80fc7a896 Require autoconf 2.54 or newer. diff --git a/m4/ChangeLog b/m4/ChangeLog --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2003-03-17 Bruno Haible + + * onceonly_2_57.m4: Likewise. + * onceonly.m4: Require autoconf 2.54 or newer. + (m4_quote): Remove macro. + 2003-03-14 Bruno Haible * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, diff --git a/m4/onceonly.m4 b/m4/onceonly.m4 --- a/m4/onceonly.m4 +++ b/m4/onceonly.m4 @@ -1,4 +1,4 @@ -# onceonly.m4 serial 2 +# onceonly.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 @@ -21,8 +21,8 @@ dnl empty, and the check will be inserted before the body of the AC_DEFUNed dnl function. -dnl Taken from Autoconf 2.50; can be removed once we assume 2.50 or later. -define([m4_quote], [[$*]]) +dnl Autoconf version 2.57 or newer is recommended. +AC_PREREQ(2.54) # AC_CHECK_HEADERS_ONCE(HEADER1 HEADER2 ...) is a once-only variant of # AC_CHECK_HEADERS(HEADER1 HEADER2 ...). @@ -30,11 +30,11 @@ : AC_FOREACH([gl_HEADER_NAME], [$1], [ AC_DEFUN([gl_CHECK_HEADER_]m4_quote(translit(defn([gl_HEADER_NAME]), - [-./], [___])), [ + [-./], [___])), [ AC_CHECK_HEADERS(gl_HEADER_NAME) ]) AC_REQUIRE([gl_CHECK_HEADER_]m4_quote(translit(gl_HEADER_NAME, - [-./], [___]))) + [-./], [___]))) ]) ]) diff --git a/m4/onceonly_2_57.m4 b/m4/onceonly_2_57.m4 --- a/m4/onceonly_2_57.m4 +++ b/m4/onceonly_2_57.m4 @@ -1,4 +1,4 @@ -# onceonly_2_57.m4 serial 2 +# onceonly_2_57.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 @@ -26,6 +26,9 @@ dnl thus reducing the size of 'configure'. Works with autoconf-2.57. The dnl size reduction is ca. 9%. +dnl Autoconf version 2.57 or newer is recommended. +AC_PREREQ(2.54) + # AC_CHECK_HEADERS_ONCE(HEADER1 HEADER2 ...) is a once-only variant of # AC_CHECK_HEADERS(HEADER1 HEADER2 ...). AC_DEFUN([AC_CHECK_HEADERS_ONCE], [