# HG changeset patch # User Bruno Haible # Date 1241430643 -7200 # Node ID e18a26c808bd2ef2549ee64fd1c6c26a96bcecb8 # Parent e6bb510c262d57777e7a2aa99b9b6028859f0f80 Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26. diff -r e6bb510c262d -r e18a26c808bd ChangeLog --- a/ChangeLog Mon May 04 09:15:34 2009 +0200 +++ b/ChangeLog Mon May 04 11:50:43 2009 +0200 @@ -1,3 +1,11 @@ +2009-05-04 Bruno Haible + + Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26. + * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment. + * modules/errno (configure.ac): Drop AC_REQUIRE. + * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment. + * modules/multiarch (configure.ac): Drop AC_REQUIRE. + 2009-05-04 Simon Josefsson * modules/glob-tests: New module. diff -r e6bb510c262d -r e18a26c808bd m4/errno_h.m4 --- a/m4/errno_h.m4 Mon May 04 09:15:34 2009 +0200 +++ b/m4/errno_h.m4 Mon May 04 11:50:43 2009 +0200 @@ -1,10 +1,9 @@ -# errno_h.m4 serial 4 +# errno_h.m4 serial 5 dnl Copyright (C) 2004, 2006, 2008, 2009 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 macro must pass through AC_REQUIRE (never directly invoke it). AC_DEFUN_ONCE([gl_HEADER_ERRNO_H], [ AC_REQUIRE([AC_PROG_CC]) diff -r e6bb510c262d -r e18a26c808bd m4/multiarch.m4 --- a/m4/multiarch.m4 Mon May 04 09:15:34 2009 +0200 +++ b/m4/multiarch.m4 Mon May 04 11:50:43 2009 +0200 @@ -1,4 +1,4 @@ -# multiarch.m4 serial 4 +# multiarch.m4 serial 5 dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -19,7 +19,6 @@ # Detect this situation and set the macro AA_APPLE_UNIVERSAL_BUILD at the # beginning of config.h and set APPLE_UNIVERSAL_BUILD accordingly. -dnl This macro must pass through AC_REQUIRE (never directly invoke it). AC_DEFUN_ONCE([gl_MULTIARCH], [ dnl Code similar to autoconf-2.63 AC_C_BIGENDIAN. diff -r e6bb510c262d -r e18a26c808bd modules/errno --- a/modules/errno Mon May 04 09:15:34 2009 +0200 +++ b/modules/errno Mon May 04 11:50:43 2009 +0200 @@ -9,7 +9,7 @@ include_next configure.ac: -AC_REQUIRE([gl_HEADER_ERRNO_H]) +gl_HEADER_ERRNO_H Makefile.am: BUILT_SOURCES += $(ERRNO_H) diff -r e6bb510c262d -r e18a26c808bd modules/multiarch --- a/modules/multiarch Mon May 04 09:15:34 2009 +0200 +++ b/modules/multiarch Mon May 04 11:50:43 2009 +0200 @@ -7,7 +7,7 @@ Depends-on: configure.ac: -AC_REQUIRE([gl_MULTIARCH]) +gl_MULTIARCH Makefile.am: