* 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 e396cff..b8f0f11 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 15ff92a..9f89f1d 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 bff0b47..922fa8e 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 e53a4e9..051e8f9 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 805702e..c2b8885 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 611a55a..1d34ae9 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 3b8839f..95ed32b 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 9818a99..a6fd346 100644 (file)
@@ -7,6 +7,7 @@ m4/wctype.m4
 m4/wint_t.m4
 
 Depends-on:
+absolute-header
 
 configure.ac:
 gl_WCTYPE_H