* modules/absolute-header: New module.
authorEric Blake <ebb9@byu.net>
Tue, 26 Dec 2006 18:42:09 +0000 (18:42 +0000)
committerEric Blake <ebb9@byu.net>
Tue, 26 Dec 2006 18:42:09 +0000 (18:42 +0000)
* modules/fcntl (Depends-on): Depend on it.
* modules/inttypes (Depends-on): Likewise.
* modules/stdint (Depends-on): Likewise.
* modules/sys_stat (Depends-on): Likewise.
* modules/wctype (Depends-on): Likewise.
* MODULES.html.sh (Support for building libraries and
executables): Document it.

ChangeLog
MODULES.html.sh
gnulib-tool
modules/absolute-header [new file with mode: 0644]
modules/fcntl
modules/inttypes
modules/stdint
modules/sys_stat
modules/wctype

index e396cffdc3ea00f48ec8f525bfe180a720053d45..b8f0f116abb146f2454b59ee7fd17178b2986d17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-12-26  Eric Blake  <ebb9@byu.net>
+
+       * modules/absolute-header: New module.
+       * modules/fcntl (Depends-on): Depend on it.
+       * modules/inttypes (Depends-on): Likewise.
+       * modules/stdint (Depends-on): Likewise.
+       * modules/sys_stat (Depends-on): Likewise.
+       * modules/wctype (Depends-on): Likewise.
+       * MODULES.html.sh (Support for building libraries and
+       executables): Document it.
+
 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
 
        * gnulib-tool (SED): Remove, undoing previous change.
index 15ff92a8c3d4708a6a540750aebd2be3d9b5d498..9f89f1d1e353af32daedf6d657484f8486cca97c 100755 (executable)
@@ -2207,6 +2207,7 @@ func_all_modules ()
   func_echo "$element"
 
   func_begin_table
+  func_module absolute-header
   func_module config-h
   func_module configmake
   func_module dummy
@@ -2361,3 +2362,8 @@ trap '' 0
 trap 'func_exit $?' 1 2 3 13 15
 
 exit 0
+
+# Local Variables:
+# indent-tabs-mode: nil
+# whitespace-check-buffer-indent: nil
+# End:
index bff0b47ebb2d2c7a5b5866143317abe6b9a61dc0..922fa8e91606db01cde7c7e76562ae288afb419c 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2006-12-26 01:51:36 $'
+cvsdatestamp='$Date: 2006-12-26 18:42:09 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 nl='
@@ -960,7 +960,7 @@ func_get_automake_snippet ()
         s/\\$/\\/
         ta
       }'
-      sed_extract_mentioned_files='s/^lib_SOURCES[     ]*+=[   ]*//p'
+      sed_extract_mentioned_files='s/^lib_SOURCES[      ]*+=[   ]*//p'
       already_mentioned_files=` \
         sed -n -e "/^Makefile\.am$sed_extract_prog" < "$lookedup_file" \
         | sed -e "$sed_combine_lines" \
diff --git a/modules/absolute-header b/modules/absolute-header
new file mode 100644 (file)
index 0000000..b4860cf
--- /dev/null
@@ -0,0 +1,19 @@
+Description:
+Allows wrapping a broken system header in a gnulib replacement.
+
+Files:
+m4/absolute-header.m4
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+
+License:
+LGPL
+
+Maintainer:
+all
index e53a4e9c931324b3050c39cfd7241e09b348fed5..051e8f922132730bbb1b62bfa0659a1895d599e4 100644 (file)
@@ -3,10 +3,10 @@ Like <fcntl.h>, but with non-working flags defined to 0.
 
 Files:
 lib/fcntl_.h
-m4/absolute-header.m4
 m4/fcntl_h.m4
 
 Depends-on:
+absolute-header
 unistd
 
 configure.ac:
index 805702e7669952eb4bcf800baa57377d9c138fd5..c2b8885e5d54458008b8fab81311bf90e561d6d9 100644 (file)
@@ -3,11 +3,11 @@ An <inttypes.h> that nearly conforms to C99.
 
 Files:
 lib/inttypes_.h
-m4/absolute-header.m4
 m4/inttypes-pri.m4
 m4/inttypes.m4
 
 Depends-on:
+absolute-header
 stdint
 
 configure.ac:
index 611a55a774cbb3b9844a04de39c8ca810fd6a718..1d34ae95fdfd5f72d6e29c1e9eb099b843d70d58 100644 (file)
@@ -9,11 +9,11 @@ Macros are used instead of typedefs.
 Files:
 lib/stdint_.h
 m4/stdint.m4
-m4/absolute-header.m4
 m4/longlong.m4
 m4/ulonglong.m4
 
 Depends-on:
+absolute-header
 
 configure.ac:
 gl_STDINT_H
index 3b8839f91fa2654df6a70d0bcffe5899ae91d5bc..95ed32ba550049d949c7b7084f95ff26f3c01a3e 100644 (file)
@@ -3,10 +3,10 @@ A <sys/stat.h> for systems with missing declarations.
 
 Files:
 lib/stat_.h
-m4/absolute-header.m4
 m4/sys_stat_h.m4
 
 Depends-on:
+absolute-header
 
 configure.ac:
 gl_HEADER_SYS_STAT_H
index 9818a99d3b2e7ca5fb2dd873aff6a36952b61aab..a6fd3467e9aedcf79e0db2816a49c250ec4f04f5 100644 (file)
@@ -7,6 +7,7 @@ m4/wctype.m4
 m4/wint_t.m4
 
 Depends-on:
+absolute-header
 
 configure.ac:
 gl_WCTYPE_H