* modules/inttypes (Maintainer): Change from Derek Price to 'all'.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 May 2006 23:48:20 +0000 (23:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 May 2006 23:48:20 +0000 (23:48 +0000)
* m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
test from here...
* m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.

ChangeLog
m4/ChangeLog
m4/_inttypes_h.m4
m4/full-header-path.m4
modules/inttypes

index 6d085bd9628903bf0293326c18422aafa8e73ece..626a2c757e2e5dd959cd2fecd46ce1dd218e0e72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
+
 2006-04-25  Bruno Haible  <bruno@clisp.org>
 
        * gnulib-tool: Make --update option actually work.
index 74e3707366c62a2396e1a492b14505caddb0e243..6056a238c93082eb86a96bfd652940b6541f9d38 100644 (file)
@@ -1,3 +1,9 @@
+2006-05-02  Bruno Haible  <bruno@clisp.org>
+
+       * full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
+       test from here...
+       * _inttypes_h.m4 (gl_INTTYPES_H): ... to here.
+
 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
 
        * unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
index 8cf2a9c558a8b3ba19fb579c5a18b56861ebd288..e8e3d3a51fa95bca62d41e7961ffc3f6d3c6bc0c 100644 (file)
@@ -1,4 +1,4 @@
-# _inttypes_h.m4 serial 1
+# _inttypes_h.m4 serial 2
 dnl Copyright (C) 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,
@@ -7,7 +7,10 @@ dnl with or without modifications, as long as this notice is preserved.
 dnl From Derek Price.
 
 AC_DEFUN([gl_INTTYPES_H],
-[AC_LIBSOURCES([inttypes.h])
-gl_FULL_HEADER_PATH([inttypes.h])
+[AC_REQUIRE([gl_INCLUDE_NEXT])dnl
+AC_LIBSOURCES([inttypes.h])
+if test $gl_cv_have_include_next = no; then
+  gl_FULL_HEADER_PATH([inttypes.h])
+fi
 AC_CHECK_DECLS_ONCE([strtoimax strtoumax])dnl
 ])
index b923215fccbceb9452bd0082c3a3e58992591a46..b54e1b39cdff90333da0e5c1cc5d9ae8e4d7a32c 100644 (file)
@@ -1,4 +1,4 @@
-# full-header-path.m4 serial 1
+# full-header-path.m4 serial 2
 dnl Copyright (C) 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,
@@ -8,16 +8,13 @@ dnl From Derek Price.
 
 # gl_FULL_HEADER_PATH(HEADER1 HEADER2 ...)
 # ----------------------------------------
-# Find the full path to a header file, when the #include_next directive
-# doesn't work and the header exists in the first place.  If the header were
-# sys/inttypes.h (and it existed and #include_next didn't work), this macro
-# would define FULL_PATH_SYS_INTTYPES_H to the `<>' quoted full path to
-# sys/inttypes.h in config.h
+# Find the full path to a header file, assuming the header exists.
+# If the header were sys/inttypes.h, this macro would define
+# FULL_PATH_SYS_INTTYPES_H to the `<>' quoted full path to sys/inttypes.h
+# in config.h
 # (e.g. `#define FULL_PATH_SYS_INTTYPES_H </usr/include/sys/inttypes.h>').
 AC_DEFUN([gl_FULL_HEADER_PATH],
 [AC_LANG_PREPROC_REQUIRE()dnl
-AC_REQUIRE([gl_INCLUDE_NEXT])dnl
-if test $gl_cv_have_include_next = no; then
 AC_FOREACH([gl_HEADER_NAME], [$1],
   [AS_VAR_PUSHDEF([gl_full_header_path],
                   [gl_cv_full_path_]m4_quote(m4_defn([gl_HEADER_NAME])))dnl
@@ -41,5 +38,4 @@ sed -n '\#/]m4_quote(m4_defn([gl_HEADER_NAME]))[#{s#.*"\(.*/]m4_quote(m4_defn([g
                      [Define this to the full path to <]m4_quote(m4_defn([gl_HEADER_NAME]))[>.])
   AS_VAR_POPDEF([gl_full_header_path])dnl
 ])dnl
-fi
 ])# gl_FULL_HEADER_PATH
index fa542ab69014f036317a70b9abfd4e61684d22f8..ed6b8ee5ce3f776e3c6b002179bf28d9d9f45bc5 100644 (file)
@@ -24,5 +24,4 @@ License:
 LGPL
 
 Maintainer:
-Derek Price
-
+all