summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-23 18:37:27 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-23 18:37:27 +0000
commit7b1ba27c958ba4593d7a1e741ee4cb30ff95826c (patch)
treec38a90d2a9e2d0806fbac56466e973c90ec6191d /ChangeLog
parent2f1ed196eb20b9b52c021cc56c34c3b55d8646ca (diff)
downloadcoreutils-7b1ba27c958ba4593d7a1e741ee4cb30ff95826c.tar.xz
* .cvsignore: Remove config.h, config.hin, as they are now
in lib. * configure.ac (AC_CONFIG_HEADERS): Move config.h and config.hin to lib. * lib/.cvsignore: Add config.h, config.hin. * lib/Makefile.am (AM_CPPFLAGS): Remove; we no longer need '-I..'. * src/Makefile.am (AM_CPPFLAGS): Remove '-I..'; no longer needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c716782e6..2010825bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-08-23 Paul Eggert <eggert@cs.ucla.edu>
+ * .cvsignore: Remove config.h, config.hin, as they are now
+ in lib.
+ * configure.ac (AC_CONFIG_HEADERS): Move config.h and config.hin
+ to lib.
+ * src/Makefile.am (AM_CPPFLAGS): Remove '-I..'; no longer needed.
+
* bootstrap (slurp): Define gl_LOCK_EARLY instead of gl_LOCK,
to accommodate today's gnulib change.