Hack around autoconf wierdness

This commit is contained in:
Daniel P. Berrange 2007-08-16 16:11:25 -04:00
parent ce3292dcc1
commit 09c2662cd9

View File

@ -11,6 +11,8 @@ 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