diff options
author | Bruno Haible <bruno@clisp.org> | 2003-11-16 15:25:18 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:16 +0200 |
commit | 5e9e32fb729b781bb8d1cc4e0469d27e2cbf9f1b (patch) | |
tree | 84f6b25ca43496094d967ee950529c4cdc2a9e8f /gettext-runtime | |
parent | 79982f33fab3bca372bcaa6ac79a1dad85dd5fbd (diff) | |
download | external_gettext-5e9e32fb729b781bb8d1cc4e0469d27e2cbf9f1b.zip external_gettext-5e9e32fb729b781bb8d1cc4e0469d27e2cbf9f1b.tar.gz external_gettext-5e9e32fb729b781bb8d1cc4e0469d27e2cbf9f1b.tar.bz2 |
The INCLUDES variable is deprecated.
Diffstat (limited to 'gettext-runtime')
-rw-r--r-- | gettext-runtime/lib/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-runtime/lib/Makefile.am | 2 | ||||
-rw-r--r-- | gettext-runtime/src/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-runtime/src/Makefile.am | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/gettext-runtime/lib/ChangeLog b/gettext-runtime/lib/ChangeLog index 10fa039..3938b70 100644 --- a/gettext-runtime/lib/ChangeLog +++ b/gettext-runtime/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-11-15 Bruno Haible <bruno@clisp.org> + + * Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES. + 2003-10-09 Bruno Haible <bruno@clisp.org> * Makefile.am (libgrt_a_SOURCES): Use xalloc.h instead of xmalloc.h. diff --git a/gettext-runtime/lib/Makefile.am b/gettext-runtime/lib/Makefile.am index 2edd7b2..a864e20 100644 --- a/gettext-runtime/lib/Makefile.am +++ b/gettext-runtime/lib/Makefile.am @@ -55,7 +55,7 @@ LIBADD_SOURCE = \ libgrt_a_LIBADD = @ALLOCA@ @LIBOBJS@ -INCLUDES = \ +AM_CPPFLAGS = \ -I. -I$(srcdir) \ -I.. \ -I../intl -I$(srcdir)/../intl \ diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index ad63301..03e59bc 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,7 @@ +2003-11-15 Bruno Haible <bruno@clisp.org> + + * Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES. + 2003-10-09 Bruno Haible <bruno@clisp.org> * envsubst.c: Include xalloc.h instead of xmalloc.h. diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am index fc36503..93ffd61 100644 --- a/gettext-runtime/src/Makefile.am +++ b/gettext-runtime/src/Makefile.am @@ -24,7 +24,7 @@ bin_PROGRAMS = gettext ngettext envsubst localedir = $(datadir)/locale -INCLUDES = \ +AM_CPPFLAGS = \ -I. -I$(srcdir) \ -I.. \ -I../intl -I$(srcdir)/../intl \ |