summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2000-12-12 12:03:41 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2000-12-12 12:03:41 +0000
commit068af198295a7f749060e9c9bd6822c4329d43ee (patch)
treea15f3a5fc248984aebbdcdc417a61bcd059652a3 /buildconf
parent4cb3c7e785ea2eb841fb2feb6e85193bd2fe57be (diff)
downloadlibapr-068af198295a7f749060e9c9bd6822c4329d43ee.tar.gz
auto-rebuild the exports file when a header changes
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60936 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf6
1 files changed, 2 insertions, 4 deletions
diff --git a/buildconf b/buildconf
index ae721a55f..e0cae5e0d 100755
--- a/buildconf
+++ b/buildconf
@@ -1,8 +1,6 @@
#!/bin/sh
-autoconf;autoheader
+autoheader
+autoconf
(cd shmem/unix/mm && autoconf)
-
-perl ./helpers/make_export.pl -o ./apr.exports include/*.h
-