]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix build failures on MacOS X.
authorBruno Haible <bruno@clisp.org>
Fri, 28 Jan 2005 13:00:39 +0000 (13:00 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:07 +0000 (12:12 +0200)
gettext-tools/libgrep/ChangeLog
gettext-tools/libgrep/Makefile.am

index 1aafb20f33436b177884d6a7e8ef5222817d0948..3f4208f1a20408e0856aab620c612e8d939f7528 100644 (file)
@@ -1,3 +1,9 @@
+2005-01-27  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (libgrep_a_DEPENDENCIES): New variable.
+       (AM_CPPFLAGS): Add -I../intl, so that libintl.h is found before gettext
+       is installed.
+
 2005-01-14  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (EXTRA_DIST): Add $(LIBADD_SOURCE).
index ec8ef64d7b7d0bc68b4ec5e0cbf6d470270f93e5..f8e849853c462f54531b33ce852386987612c343 100644 (file)
@@ -41,12 +41,13 @@ LIBADD_SOURCE = \
 
 # How to build libgrep.a.
 libgrep_a_LIBADD = @LIBGREPOBJS@
+libgrep_a_DEPENDENCIES = @LIBGREPOBJS@
 
 # List of files to be distributed.
 
 EXTRA_DIST += $(LIBADD_SOURCE)
 
-AM_CPPFLAGS = -I.. -I../lib -I$(top_srcdir)/lib
+AM_CPPFLAGS = -I.. -I../lib -I$(top_srcdir)/lib -I../intl
 
 
 # VMS support.