summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-07-08 05:30:41 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-07-08 05:30:41 +0000
commit6feb30ef25577274933bca7b20fb01bdf730d034 (patch)
treee19bed1a250c2d1cf9b2811318ee0c0730d1a0c7
parent6d191b5f9a6df8a54d6289c62ced58a336427986 (diff)
downloadlibapr-util-6feb30ef25577274933bca7b20fb01bdf730d034.tar.gz
Document where the macros come from, so that people know which file
to edit. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58319 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xbuildconf.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildconf.sh b/buildconf.sh
index ec7a4ea2..977c1018 100755
--- a/buildconf.sh
+++ b/buildconf.sh
@@ -13,6 +13,7 @@ ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool.m4
echo "Incorporating $ltfile into aclocal.m4 ..."
echo "dnl THIS FILE IS AUTOMATICALLY GENERATED BY buildconf.sh" > aclocal.m4
echo "dnl edits here will be lost" >> aclocal.m4
+echo "dnl please edit build/apu-conf.m4" >> aclocal.m4
cat build/apu-conf.m4 $ltfile >> aclocal.m4
#