summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 696f490..96cb604 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -27,6 +27,7 @@ test -f configure.ac~ && mv configure.ac~ configure.ac
autoreconf --force --install --verbose
if test x"$NOCONFIGURE" = x; then
- exec ./configure "$@"
+ cd build/
+ exec ../configure "$@"
fi