From 31abc7cd7d3179538ba94fca82eddc9c46bad58b Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 14 Nov 2007 16:13:37 -0500 Subject: [PATCH] Build fix that allows autogen.sh to work right out of the repo. --- autogen.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index be21ec03a..d9846efdc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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