[Expat-checkins] expat Makefile.in,1.42,1.43

Fred L. Drake fdrake at users.sourceforge.net
Thu Oct 16 00:51:13 EDT 2003


Update of /cvsroot/expat/expat
In directory sc8-pr-cvs1:/tmp/cvs-serv1498

Modified Files:
	Makefile.in 
Log Message:
Make it possible to avoid the import of expat_config.h.  This makes it
easier to compile Expat without the autoconf support.
This closes SF patch #458907.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/Makefile.in,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Makefile.in	24 Jan 2003 16:21:46 -0000	1.42
+++ Makefile.in	16 Oct 2003 04:51:11 -0000	1.43
@@ -102,7 +102,7 @@
 INCLUDES = -I$(srcdir)/lib -I.
 LDFLAGS = @LDFLAGS@
 CPPFLAGS = @CPPFLAGS@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -DHAVE_EXPAT_CONFIG_H
 VSNFLAG = -version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@
 
 ### autoconf this?





More information about the Expat-checkins mailing list