From: Jim Meyering Date: Fri, 13 Oct 2006 14:13:24 +0000 (+0000) Subject: * Makefile.am (EXTRA_DIST): Add bootstrap.conf. X-Git-Tag: COREUTILS-6_4~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8dda1ae4312e65ee031d84b465dc51d45b3d0cc1;p=thirdparty%2Fcoreutils.git * Makefile.am (EXTRA_DIST): Add bootstrap.conf. Suggestion from Bruno Haible. --- diff --git a/ChangeLog b/ChangeLog index 242c517b4e..6c1b60d9fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-13 Jim Meyering + + * Makefile.am (EXTRA_DIST): Add bootstrap.conf. + Suggestion from Bruno Haible. + 2006-10-12 Ralf Wildenhues * Makefile.am (THANKS-to-translators): Add missing $(srcdir). diff --git a/Makefile.am b/Makefile.am index 39f7b675a2..0601654677 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 \