Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
authorBruno Haible <bruno@clisp.org>
Mon, 4 May 2009 09:50:43 +0000 (11:50 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 4 May 2009 09:50:43 +0000 (11:50 +0200)
ChangeLog
m4/errno_h.m4
m4/multiarch.m4
modules/errno
modules/multiarch

index 02062fb0db35b745a9190facbb577866ecd9b02e..ad5e0fe6386e10b928a439b543d669bb901d4d72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-04  Bruno Haible  <bruno@clisp.org>
+
+       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  <simon@josefsson.org>
 
        * modules/glob-tests: New module.
index 4d77672cb70e7190bd36a09fe84c272d9c9c0766..16188d9bc09af07a41d7e8d2961aa4cc4e39c3dc 100644 (file)
@@ -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])
index 3948e6e0dba4d5962e23537dca014cc43d1183f0..ec377bac86691e897398063ede37d01f02d4994a 100644 (file)
@@ -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 @@ dnl with or without modifications, as long as this notice is preserved.
 # 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.
index 208636dc3809785ce5a33f0c71b3430335c32b1c..8806621d5e713b14b68098ad1fe264589f1b2e51 100644 (file)
@@ -9,7 +9,7 @@ Depends-on:
 include_next
 
 configure.ac:
-AC_REQUIRE([gl_HEADER_ERRNO_H])
+gl_HEADER_ERRNO_H
 
 Makefile.am:
 BUILT_SOURCES += $(ERRNO_H)
index 82d67a4c68695c5cfa5e767b73b5668cd9c9ea01..24b14d522c0e7f6f08e955689853155a569d5cd3 100644 (file)
@@ -7,7 +7,7 @@ m4/multiarch.m4
 Depends-on:
 
 configure.ac:
-AC_REQUIRE([gl_MULTIARCH])
+gl_MULTIARCH
 
 Makefile.am: