diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-30 22:16:35 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-30 22:16:35 +0100 |
commit | 747e7a8da8c5211b87f95b21170c2226044d7727 (patch) | |
tree | 6ac244fe68715bd7127fe2b531ecd51b2998ef27 | |
parent | d2ec687c1c676562214e199545c11500d7ecfed1 (diff) | |
download | coreutils-747e7a8da8c5211b87f95b21170c2226044d7727.tar.xz |
* bootstrap (gnulib_extra_files): Remove announce-gen.
* bootstrap.conf (gnulib_modules): Add it here instead, now that
it's a module.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | bootstrap | 1 | ||||
-rw-r--r-- | bootstrap.conf | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2006-12-30 Jim Meyering <jim@meyering.net> + * bootstrap (gnulib_extra_files): Remove announce-gen. + * bootstrap.conf (gnulib_modules): Add it here instead, now that + it's a module. + * tests/misc/base64: Factor a long, repetitive string. * src/c99-to-c89.diff: Adjust remove.c offsets. @@ -87,7 +87,6 @@ package=`sed -n "$extract_package_name" configure.ac` || exit # Extra files from gnulib, which override files from other sources. gnulib_extra_files=' - build-aux/announce-gen build-aux/install-sh build-aux/missing build-aux/mdate-sh diff --git a/bootstrap.conf b/bootstrap.conf index 36a829b98..41d925fa9 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -37,7 +37,7 @@ obsolete_gnulib_modules=' gnulib_modules=" $avoided_gnulib_modules $obsolete_gnulib_modules - acl alloca argmatch assert backupfile base64 c-strtod + acl alloca announce-gen argmatch assert backupfile base64 c-strtod c-strtold calloc canon-host canonicalize chown cloexec config-h configmake closeout cycle-check d-ino d-type diacrit dirfd dirname dup2 |