This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: revert ZINCS
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: revert ZINCS
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 04 Oct 1999 13:10:24 -0600
- Reply-To: tromey at cygnus dot com
I'm checking in the appended patch. It reverts a recent ZINCS
addition to Makefile.am. This macro is already defined conditionally
in configure.in and must not be defined unconditionally in Makefile.am
(we only want to use the zlib headers from our tree if we are also
using the corresponding library).
1999-10-04 Tom Tromey <tromey@cygnus.com>
* Makefile.in: Rebuilt.
* Makefile.am (ZINCS): Removed. This is defined in configure.in
when needed, and must be left empty when not needed.
Tom
Index: Makefile.am
===================================================================
RCS file: /cvs/java/libgcj/libjava/Makefile.am,v
retrieving revision 1.33
diff -u -r1.33 Makefile.am
--- Makefile.am 1999/10/02 15:44:23 1.33
+++ Makefile.am 1999/10/04 19:07:09
@@ -80,7 +80,6 @@
JC1FLAGS = -g @LIBGCJ_JAVAFLAGS@
LIBFFIINCS = -I$(top_srcdir)/../libffi/include -I../libffi/include
-ZINCS = -I$(top_srcdir)/../zlib
INCLUDES = -I$(top_srcdir) -Iinclude -I$(top_srcdir)/include \
$(GCINCS) $(THREADINCS) \