From 1f56aa61c5cfbe2778fa3e098c01e096bae441d1 Mon Sep 17 00:00:00 2001
From: Steve Ellcey <sje@cup.hp.com>
Date: Sat, 14 Apr 2007 19:52:27 +0000
Subject: [PATCH] Makefile.am: Add -I ..

	* Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
	* Makefile.in: Regenerate.

From-SVN: r123829
---
 zlib/ChangeLog.gcj | 5 +++++
 zlib/Makefile.am   | 2 +-
 zlib/Makefile.in   | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/zlib/ChangeLog.gcj b/zlib/ChangeLog.gcj
index 79d3d3466432..783616477a50 100644
--- a/zlib/ChangeLog.gcj
+++ b/zlib/ChangeLog.gcj
@@ -1,3 +1,8 @@
+2007-04-14  Steve Ellcey  <sje@cup.hp.com>
+
+	* Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
+	* Makefile.in: Regenerate.
+
 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
 
 	* Makefile.am: Add dummy install-pdf target.
diff --git a/zlib/Makefile.am b/zlib/Makefile.am
index 218dce1aefec..749a13c7fda5 100644
--- a/zlib/Makefile.am
+++ b/zlib/Makefile.am
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = 1.8 cygnus
 
-ACLOCAL_AMFLAGS = -I ../config
+ACLOCAL_AMFLAGS = -I .. -I ../config
 
 ZLIB_SOURCES = adler32.c compress.c crc32.c crc32.h deflate.c \
 deflate.h gzio.c infback.c inffast.c inffast.h inffixed.h inflate.c \
diff --git a/zlib/Makefile.in b/zlib/Makefile.in
index 2850b0d704be..681a7dbe795e 100644
--- a/zlib/Makefile.in
+++ b/zlib/Makefile.in
@@ -208,7 +208,7 @@ target_vendor = @target_vendor@
 toolexecdir = @toolexecdir@
 toolexeclibdir = @toolexeclibdir@
 AUTOMAKE_OPTIONS = 1.8 cygnus
-ACLOCAL_AMFLAGS = -I ../config
+ACLOCAL_AMFLAGS = -I .. -I ../config
 ZLIB_SOURCES = adler32.c compress.c crc32.c crc32.h deflate.c \
 deflate.h gzio.c infback.c inffast.c inffast.h inffixed.h inflate.c \
 inflate.h inftrees.c inftrees.h trees.c trees.h uncompr.c zconf.h \
-- 
GitLab