Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 53693 invoked by uid 500); 2 Aug 2001 23:36:49 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 53682 invoked by uid 500); 2 Aug 2001 23:36:49 -0000 Delivered-To: apmail-apr-util-cvs@apache.org Date: 2 Aug 2001 23:36:21 -0000 Message-ID: <20010802233621.36129.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util/xml/expat buildconf.sh buildconf X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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