(AM_CPPFLAGS): Remove -I$(srcdir) and -I../lib,
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 Aug 2006 06:03:02 +0000 (06:03 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 Aug 2006 06:03:02 +0000 (06:03 +0000)
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.

ChangeLog
src/Makefile.am

index b4c8773a2fa2a41577334bf4090661d42ba589b4..9d7970d6bd0e9c042fe5ee1128ba260a5f43f14a 100644 (file)
--- 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.
index 9b535f1deee687ffc315601fa9cf6f272637f477..8c39ee02f4830069e0c1d2257edf9d437b627663 100644 (file)
@@ -51,7 +51,7 @@ EXTRA_DIST = dcgen dircolors.hin tac-pipe.c \
 BUILT_SOURCES =
 CLEANFILES = $(SCRIPTS) su
 
-AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir)/lib -I../lib
+AM_CPPFLAGS = -I$(top_srcdir)/lib
 
 # Sometimes, the expansion of $(LIBINTL) includes -lc which may
 # include modules defining variables like `optind', so libcoreutils.a