You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2001/06/06 18:29:48 UTC

cvs commit: xml-xerces/c/samples configure configure.in

jberry      01/06/06 09:29:47

  Modified:    c/samples configure configure.in
  Log:
  Touch up Solaris build; a previous change to configure was lost since it hadn't been incorporated into configure.in
  
  Revision  Changes    Path
  1.15      +4 -0      xml-xerces/c/samples/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/configure,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- configure	2001/06/05 19:42:26	1.14
  +++ configure	2001/06/06 16:29:39	1.15
  @@ -1337,6 +1337,9 @@
   cflags=${CFLAGS}
   
   
  +ldflags=${LDFLAGS}
  +
  +
   trap '' 1 2 15
   cat > confcache <<\EOF
   # This file is a shell script that caches the results of configure
  @@ -1513,6 +1516,7 @@
   s%@compiler@%$compiler%g
   s%@cxxflags@%$cxxflags%g
   s%@cflags@%$cflags%g
  +s%@ldflags@%$ldflags%g
   
   CEOF
   EOF
  
  
  
  1.13      +3 -0      xml-xerces/c/samples/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/configure.in,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- configure.in	2001/06/05 19:42:26	1.12
  +++ configure.in	2001/06/06 16:29:41	1.13
  @@ -65,6 +65,9 @@
   cflags=${CFLAGS}
   AC_SUBST(cflags)
   
  +ldflags=${LDFLAGS}
  +AC_SUBST(ldflags)
  +
   dnl output the Makefiles
   AC_OUTPUT([Makefile \
   SAXCount/Makefile \
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org