1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-15 11:52:15 +02:00

(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.
This commit is contained in:
Paul Eggert
2006-08-27 06:03:02 +00:00
parent bc94006bd5
commit ddf6238830
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View 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