rbb 01/04/16 08:38:05
Modified: xml/expat buildconf.sh Log: Always return 0 so that higher level configure scripts can continue to run. Revision Changes Path 1.5 +2 -0 apr-util/xml/expat/buildconf.sh Index: buildconf.sh =================================================================== RCS file: /home/cvs/apr-util/xml/expat/buildconf.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -b -w -u -r1.4 -r1.5 --- buildconf.sh 2001/04/15 04:28:16 1.4 +++ buildconf.sh 2001/04/16 15:38:04 1.5 @@ -34,3 +34,5 @@ echo "Creating configure ..." ### do some work to toss config.cache? autoconf 2>&1 | grep -v "$cross_compile_warning" + +exit 0
