Build fix that allows autogen.sh to work right out of the repo.

This commit is contained in:
Cole Robinson 2007-11-14 16:13:37 -05:00
parent fd06ca90ff
commit 31abc7cd7d

View File

@ -2,6 +2,9 @@
set -e
# Hack around autoconf wierdness. Need to figure out what's really wrong
touch config.rpath
# Make makefiles.
intltoolize --automake --copy --force
@ -11,8 +14,6 @@ aclocal -I m4
libtoolize
automake -a
autoconf
# Hack around autoconf wierdness. Need to figure out what's really wrong
touch config.rpath
test -d build && rm -rf build
mkdir build