jerenkrantz 02/04/19 14:28:35
Modified: xml/expat buildconf.sh Log: Sync the libtoolize arguments to be the same as APR's. Revision Changes Path 1.8 +4 -1 apr-util/xml/expat/buildconf.sh Index: buildconf.sh =================================================================== RCS file: /home/cvs/apr-util/xml/expat/buildconf.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- buildconf.sh 2 Aug 2001 23:36:21 -0000 1.7 +++ buildconf.sh 19 Apr 2002 21:28:35 -0000 1.8 @@ -22,8 +22,11 @@ # # Note: we always replace the files, and we copy (rather than link) them. # +# Note: This bundled version of expat will not always replace the +# files since we have a special config.guess/config.sub that we +# want to ensure is used. echo "Copying libtool helper files ..." -$libtoolize --force --copy +$libtoolize --copy --automake # # Generate the autoconf header template (config.h.in) and ./configure
