* 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-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.
func_echo "$element"
func_begin_table
+ func_module absolute-header
func_module config-h
func_module configmake
func_module dummy
trap 'func_exit $?' 1 2 3 13 15
exit 0
+
+# Local Variables:
+# indent-tabs-mode: nil
+# whitespace-check-buffer-indent: nil
+# End:
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='
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" \
--- /dev/null
+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
Files:
lib/fcntl_.h
-m4/absolute-header.m4
m4/fcntl_h.m4
Depends-on:
+absolute-header
unistd
configure.ac:
Files:
lib/inttypes_.h
-m4/absolute-header.m4
m4/inttypes-pri.m4
m4/inttypes.m4
Depends-on:
+absolute-header
stdint
configure.ac:
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
Files:
lib/stat_.h
-m4/absolute-header.m4
m4/sys_stat_h.m4
Depends-on:
+absolute-header
configure.ac:
gl_HEADER_SYS_STAT_H
m4/wint_t.m4
Depends-on:
+absolute-header
configure.ac:
gl_WCTYPE_H