summaryrefslogtreecommitdiff
path: root/bootstrap
blob: 39d2d2abb39c5df1017d974f65af001db1844768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# Deal with some gentoo-specific issues
export WANT_AUTOMAKE='1.7'
export WANT_AUTOCONF='2.5'

# clean up files which cause confusion when switch versions of auto*
rm -rf autom4te.cache

# Fire up autotools
libtoolize --force --copy
aclocal $ACLOCAL_FLAGS
autoheader
automake --include-deps --add-missing --foreign --copy
autoconf