You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2001/08/03 01:36:21 UTC

cvs commit: apr-util/xml/expat buildconf.sh buildconf

jerenkrantz    01/08/02 16:36:21

  Modified:    .        Makefile.in buildconf
  Added:       xml/expat buildconf.sh
  Removed:     xml/expat buildconf
  Log:
  I made a goof.  expat does have buildconf.sh in its repository.
  
  Also toss the (now) bogus comment in apr-util/buildconf.sh about expat.
  
  Revision  Changes    Path
  1.40      +1 -1      apr-util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/Makefile.in,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- Makefile.in	2001/08/01 21:20:06	1.39
  +++ Makefile.in	2001/08/02 23:36:20	1.40
  @@ -11,7 +11,7 @@
   # bring in rules.mk for standard functionality
   @INCLUDE_RULES@
   
  -SUBDIRS = buckets crypto dbm encoding hooks uri xml misc
  +SUBDIRS = buckets crypto dbm encoding hooks ldap uri xml misc
   CLEAN_SUBDIRS = . test
   
   CLEAN_TARGETS = $(TARGET_EXPORTS)
  
  
  
  1.2       +2 -3      apr-util/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/apr-util/buildconf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- buildconf	2001/08/01 20:47:12	1.1
  +++ buildconf	2001/08/02 23:36:21	1.2
  @@ -19,7 +19,6 @@
   # If Expat has been bundled, then go and configure the thing
   #
   if test -d xml/expat; then
  -  echo "Invoking xml/expat/buildconf ..."
  -  (cd xml/expat; ./buildconf)
  +  echo "Invoking xml/expat/buildconf.sh ..."
  +  (cd xml/expat; ./buildconf.sh)
   fi
  -### expat-cvs (from SourceForge's CVS) does not have a buildconf.sh (yet)
  
  
  
  1.7       +0 -0      apr-util/xml/expat/buildconf.sh