Commit 990128db authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

We no longer have any CONFIG_SUBDIRS.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@693 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent bc78beb8
......@@ -6,19 +6,12 @@
set -ex
if [ -d /usr/local/gnu-autotools/bin ] ; then
PATH=${PATH}:/usr/local/gnu-autotools/bin
PATH=/usr/local/gnu-autotools/bin:${PATH}
export PATH
fi
base=$(cd $(dirname $0) && pwd)
for dir in $base ; do
(
echo $dir
cd $dir
aclocal
libtoolize --copy --force
autoheader
automake --add-missing --copy --force --foreign
autoconf
)
done
aclocal
libtoolize --copy --force
autoheader
automake --add-missing --copy --force --foreign
autoconf
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment