summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-02-17 11:15:46 +0000
committerRoy T. Fielding <fielding@apache.org>2001-02-17 11:15:46 +0000
commit9aa2ddbe854720317c048b2b565a3546a53e5d99 (patch)
tree7cf9342afd21bdd554abf65cfe8a02896ea90552 /buildconf
parent4aa7f0e452a0a23d335c70015bed125d72875640 (diff)
downloadapr-9aa2ddbe854720317c048b2b565a3546a53e5d99.tar.gz
Moved hints.m4, apr_common.m4, and helpers/apr-conf.m4 into the
new build directory as apr_hints.m4, apr_common.m4, apr_network.m4, and apr_threads.m4. None of the macro code has changed for this pass -- only the location. More changes to come. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61241 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf14
1 files changed, 11 insertions, 3 deletions
diff --git a/buildconf b/buildconf
index a3bda267d..5442a7f52 100755
--- a/buildconf
+++ b/buildconf
@@ -7,9 +7,17 @@ libtoolize=`helpers/PrintPath glibtoolize libtoolize`
ltpath=`dirname $libtoolize`
ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool.m4
echo "Incorporating $ltfile into aclocal.m4 ..."
-echo "dnl THIS FILE IS AUTOMATICALLY GENERATED BY buildconf" > aclocal.m4
-echo "dnl edits here will be lost" >> aclocal.m4
-cat helpers/apr-conf.m4 apr_common.m4 hints.m4 $ltfile >> aclocal.m4
+cat > aclocal.m4 <<EOF
+dnl THIS FILE IS AUTOMATICALLY GENERATED BY buildconf
+dnl Edits here will be lost
+
+sinclude(build/apr_common.m4)
+sinclude(build/apr_network.m4)
+sinclude(build/apr_threads.m4)
+sinclude(build/apr_hints.m4)
+
+EOF
+cat $ltfile >> aclocal.m4
#
# Create the libtool helper files