for two weeks now. Also fix inconsistent indentation.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1811
d4fa192b-c00b-0410-8231-
f00ffab90ce4
case `uname -s` in
Darwin)
- LIBTOOLIZE=glibtoolize
- ;;
+ LIBTOOLIZE=glibtoolize
+ ;;
FreeBSD)
- LIBTOOLIZE=libtoolize
- if [ -d /usr/local/gnu-autotools/bin ] ; then
- PATH=/usr/local/gnu-autotools/bin:${PATH}
- export PATH
- FIX_BROKEN_FREEBSD_PORTS="-I /usr/local/share/aclocal"
- fi
- ;;
+ LIBTOOLIZE=libtoolize
+ ;;
Linux)
- LIBTOOLIZE=libtoolize
- ;;
+ LIBTOOLIZE=libtoolize
+ ;;
+*)
+ warn "unrecognized platform:" `uname -s`
+ LIBTOOLIZE=libtoolize
esac
automake_version=$(automake --version | tr ' ' '\n' | egrep '^[0-9]\.[0-9a-z.-]+')
set -ex
-aclocal ${FIX_BROKEN_FREEBSD_PORTS}
+aclocal
$LIBTOOLIZE --copy --force
autoheader
automake --add-missing --copy --foreign