diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-13 14:13:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-13 14:13:24 +0000 |
commit | 8dda1ae4312e65ee031d84b465dc51d45b3d0cc1 (patch) | |
tree | 864693a9b7acae403ed465500ab315cbc4a70104 | |
parent | c0b262550cb45fa99e1642aa8cff1bcd63b8da2c (diff) | |
download | coreutils-8dda1ae4312e65ee031d84b465dc51d45b3d0cc1.tar.xz |
* Makefile.am (EXTRA_DIST): Add bootstrap.conf.
Suggestion from Bruno Haible.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-10-13 Jim Meyering <jim@meyering.net> + + * Makefile.am (EXTRA_DIST): Add bootstrap.conf. + Suggestion from Bruno Haible. + 2006-10-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * Makefile.am (THANKS-to-translators): Add missing $(srcdir). diff --git a/Makefile.am b/Makefile.am index 39f7b675a..060165467 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,7 @@ EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \ ChangeLog-2005 \ announce-gen \ bootstrap \ + bootstrap.conf \ build-aux/cvsu \ build-aux/vc-list-files \ gl/modules/getloadavg.diff \ |