summaryrefslogtreecommitdiff
path: root/gnulib-tool
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-12-26 18:42:09 +0000
committerEric Blake <ebb9@byu.net>2006-12-26 18:42:09 +0000
commit9f02eb5b1e80a503c919b386bb361baef9a58ed0 (patch)
tree22fbd49117dbfafbbb6fef2eba1402e27c40c33b /gnulib-tool
parentc5ec75cf323c8cc086a484e9cbe51c18c01efd73 (diff)
downloadgnulib-9f02eb5b1e80a503c919b386bb361baef9a58ed0.tar.gz
* 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.
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-xgnulib-tool4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnulib-tool b/gnulib-tool
index bff0b47ebb..922fa8e916 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -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" \