Mercurial > hg > octave-kai > gnulib-hg
changeset 4259:5281b6fad974
Require autoconf 2.54 or newer.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 17 Mar 2003 15:43:09 +0000 |
parents | 0b9877dac823 |
children | f72c290c70d2 |
files | m4/ChangeLog m4/onceonly.m4 m4/onceonly_2_57.m4 |
diffstat | 3 files changed, 15 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2003-03-17 Bruno Haible <bruno@clisp.org> + + * onceonly_2_57.m4: Likewise. + * onceonly.m4: Require autoconf 2.54 or newer. + (m4_quote): Remove macro. + 2003-03-14 Bruno Haible <bruno@clisp.org> * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
--- 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, - [-./], [___]))) + [-./], [___]))) ]) ])
--- 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], [