summaryrefslogtreecommitdiffstats
path: root/gettext-tools/libgettextpo
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-24 13:49:40 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:12 +0200
commit0c7080d978a230eec5db6e67b13e900c38fea6a3 (patch)
tree8282eb9b5be49f17b4249fde79b1d7fad2a18d63 /gettext-tools/libgettextpo
parent642c415d8bda2e5f71b00d7f61610f36e8bb1d4f (diff)
downloadexternal_gettext-0c7080d978a230eec5db6e67b13e900c38fea6a3.zip
external_gettext-0c7080d978a230eec5db6e67b13e900c38fea6a3.tar.gz
external_gettext-0c7080d978a230eec5db6e67b13e900c38fea6a3.tar.bz2
Remove useless -I options.
Diffstat (limited to 'gettext-tools/libgettextpo')
-rw-r--r--gettext-tools/libgettextpo/ChangeLog4
-rw-r--r--gettext-tools/libgettextpo/Makefile.am1
2 files changed, 4 insertions, 1 deletions
diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog
index b7c4166..5371cca 100644
--- a/gettext-tools/libgettextpo/ChangeLog
+++ b/gettext-tools/libgettextpo/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-24 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (AM_CPPFLAGS): Remove useless -I options.
+
2006-10-23 Bruno Haible <bruno@clisp.org>
* Makefile.am (config.h): Update obstack_free hack.
diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am
index 1e38542..5fe9fe9 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.