summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-27 06:03:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-27 06:03:02 +0000
commitddf6238830eb6a409ad928724b53fdd4ea2b0a43 (patch)
tree3c29f498fba25a85c6693dd195e87efc96b42536 /ChangeLog
parentbc94006bd572a3d04eb1af1372b69a3073ea421e (diff)
downloadcoreutils-ddf6238830eb6a409ad928724b53fdd4ea2b0a43.tar.xz
(AM_CPPFLAGS): Remove -I$(srcdir) and -I../lib,
since Automake supplies them for us. It always did -I$(srcdir), and with the recent change to AC_CONFIG_HEADERS in configure.ac it is now also doing -I../lib.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4c8773a2..9d7970d6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-08-26 Paul Eggert <eggert@cs.ucla.edu>
+ * src/Makefile.am (AM_CPPFLAGS): Remove -I$(srcdir) and -I../lib,
+ since Automake supplies them for us. It always did -I$(srcdir),
+ and with the recent change to AC_CONFIG_HEADERS in configure.ac it
+ is now also doing -I../lib.
+
* bootstrap (get_translations): Skip this if WGET_COMMAND is empty.
Fail if the first "echo" fails. Suppress diagnostics from "ls po/*.po"
since there might not be any .po files.