From: Bruno Haible Date: Tue, 24 Oct 2006 13:49:40 +0000 (+0000) Subject: Remove useless -I options. X-Git-Tag: 0.16.x-branchpoint~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c7080d978a230eec5db6e67b13e900c38fea6a3;p=thirdparty%2Fgettext.git Remove useless -I options. --- diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index b7c41664b..5371ccaee 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,7 @@ +2006-10-24 Bruno Haible + + * Makefile.am (AM_CPPFLAGS): Remove useless -I options. + 2006-10-23 Bruno Haible * Makefile.am (config.h): Update obstack_free hack. diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index 1e38542ee..5fe9fe941 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -36,7 +36,6 @@ nodist_noinst_HEADERS = config.h AM_CPPFLAGS = \ -I. -I$(srcdir) \ -I../src -I$(top_srcdir)/src \ - -Ignulib-lib -I$(srcdir)/gnulib-lib \ -I../intl -I$(top_srcdir)/../gettext-runtime/intl # libgettextpo contains the public API for PO files.