summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-04-16 15:38:04 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-04-16 15:38:04 +0000
commitf2c62f836a907ce7a5cc70954a0cdc24013fcba6 (patch)
treeab5139252329dfb113ef4203a86d1f2b20396ddd /xml
parent5e7195bfe858639a1b510547ce3a9be82a8cae22 (diff)
downloadlibapr-util-f2c62f836a907ce7a5cc70954a0cdc24013fcba6.tar.gz
Always return 0 so that higher level configure scripts can continue to run.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58213 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xml')
-rwxr-xr-xxml/expat/buildconf.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/xml/expat/buildconf.sh b/xml/expat/buildconf.sh
index 06206a4e..71315b98 100755
--- a/xml/expat/buildconf.sh
+++ b/xml/expat/buildconf.sh
@@ -34,3 +34,5 @@ autoheader 2>&1 | grep -v "$cross_compile_warning"
echo "Creating configure ..."
### do some work to toss config.cache?
autoconf 2>&1 | grep -v "$cross_compile_warning"
+
+exit 0