[Expat-checkins] expat Makefile.in,1.30,1.31 buildconf.sh,1.6,1.7

gstein@users.sourceforge.net gstein@users.sourceforge.net
Fri May 17 14:39:02 2002


Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv24389

Modified Files:
	Makefile.in buildconf.sh 
Log Message:
A couple more tweaks for config.h -> expat_config.h


Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/Makefile.in,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** Makefile.in	17 May 2002 21:30:06 -0000	1.30
--- Makefile.in	17 May 2002 21:38:44 -0000	1.31
***************
*** 119,131 ****
  
  lib/xmlparse.lo: lib/xmlparse.c lib/expat.h lib/xmlrole.h lib/xmltok.h \
! 	$(top_builddir)/config.h
  
  lib/xmlrole.lo: lib/xmlrole.c lib/ascii.h lib/xmlrole.h \
! 	$(top_builddir)/config.h
  
  lib/xmltok.lo: lib/xmltok.c lib/xmltok_impl.c lib/xmltok_ns.c \
  	lib/ascii.h lib/asciitab.h lib/iasciitab.h lib/latin1tab.h \
  	lib/nametab.h lib/utf8tab.h lib/xmltok.h lib/xmltok_impl.h \
! 	$(top_builddir)/config.h
  
  
--- 119,131 ----
  
  lib/xmlparse.lo: lib/xmlparse.c lib/expat.h lib/xmlrole.h lib/xmltok.h \
! 	$(top_builddir)/expat_config.h
  
  lib/xmlrole.lo: lib/xmlrole.c lib/ascii.h lib/xmlrole.h \
! 	$(top_builddir)/expat_config.h
  
  lib/xmltok.lo: lib/xmltok.c lib/xmltok_impl.c lib/xmltok_ns.c \
  	lib/ascii.h lib/asciitab.h lib/iasciitab.h lib/latin1tab.h \
  	lib/nametab.h lib/utf8tab.h lib/xmltok.h lib/xmltok_impl.h \
! 	$(top_builddir)/expat_config.h
  
  

Index: buildconf.sh
===================================================================
RCS file: /cvsroot/expat/expat/buildconf.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** buildconf.sh	10 May 2002 00:10:57 -0000	1.6
--- buildconf.sh	17 May 2002 21:38:44 -0000	1.7
***************
*** 33,39 ****
  
  #
! # Generate the autoconf header template (config.h.in) and ./configure
  #
! echo "Creating config.h.in ..."
  ${AUTOHEADER:-autoheader}
  
--- 33,39 ----
  
  #
! # Generate the autoconf header template (expat_config.h.in) and ./configure
  #
! echo "Creating expat_config.h.in ..."
  ${AUTOHEADER:-autoheader}