From cdaaf2153a1f40d1be080c8ff6e10767b51a1c96 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Thu, 25 Apr 2013 16:50:11 -0400 Subject: Updates for Automake 1.13. autoreconf will install config/test-driver, ignore it. Update gettext m4 and po files to version 0.18.2. Use AM_CPPFLAGS instead of INCLUDES. All changes are backward compatible with Automake 1.11. --- lib/ChangeLog | 4 ++++ lib/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/ChangeLog b/lib/ChangeLog index 525528a6..b97aba38 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2013-04-24 Mark Wielaard + + * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. + 2012-10-09 Adam Markey * system.h: Changed pwrite_retry, write_retry, and pread_retry to diff --git a/lib/Makefile.am b/lib/Makefile.am index 740dd0f4..97f295eb 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -29,7 +29,7 @@ ## include $(top_srcdir)/config/eu.am AM_CFLAGS += -fpic -INCLUDES += -I$(srcdir)/../libelf +AM_CPPFLAGS += -I$(srcdir)/../libelf noinst_LIBRARIES = libeu.a -- cgit v1.2.3