Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 75314 invoked by uid 500); 30 Mar 2001 06:36:43 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 75291 invoked from network); 30 Mar 2001 06:36:42 -0000 X-Authentication-Warning: adsl-77-241-65.rdu.bellsouth.net: trawick set sender to trawickj@bellsouth.net using -f Sender: trawick@bellsouth.net To: dev@apr.apache.org Subject: Re: cvs commit: apr-util/xml/expat configure.in References: <20010329155326.3828.qmail@apache.org> From: Jeff Trawick Date: 30 Mar 2001 01:35:06 -0500 In-Reply-To: <20010329155326.3828.qmail@apache.org> Message-ID: Lines: 55 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N For reasons I can't explain, on systems with real libtool the minor changes below result in a new buildconf message ("Remember to add `AM_PROG_LIBTOOL' to `configure.in'.") for both configure.in files. If I move the AC_PROG_LIBTOOL invocation to the beginning of the line (i.e., just delete the four spaces) the messages go away. The same spaces in apr/configure.in don't cause the message to be generated. Weird, huh? bjh@apache.org writes: > Index: configure.in > =================================================================== > RCS file: /home/cvs/apr-util/configure.in,v ... > -AC_PROG_LIBTOOL > + > +AC_CANONICAL_SYSTEM > +case "$host_alias" in > +*os2*) > + # Use a custom made libtool replacement > + echo "using aplibtool" > + LIBTOOL="$APR_SOURCE_DIR/build/aplibtool" > + ;; > +*) > + AC_PROG_LIBTOOL > + ;; > +esac > Index: configure.in > =================================================================== > RCS file: /home/cvs/apr-util/xml/expat/configure.in,v ... > -AC_LIBTOOL_WIN32_DLL > -AC_PROG_LIBTOOL > +AC_CANONICAL_SYSTEM > +case "$host_alias" in > +*os2*) > + # Use a custom made libtool replacement > + echo Using aplibtool > + LIBTOOL="$srcdir/../../../apr/build/aplibtool" > + ;; > +*) > + AC_LIBTOOL_WIN32_DLL > + AC_PROG_LIBTOOL > + ;; > +esac -- Jeff Trawick | trawickj@bellsouth.net | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...