]> gitweb @ CieloNegro.org - autobuild.git/blobdiff - src/main.bash
Don't pass --prefix to DISTCHECK_CONFIGURE_FLAGS. It interferes with automake.
[autobuild.git] / src / main.bash
index f5659701c632389c9844480d97ed8d48d1ff4ba3..73dc7cb3aeee6a61c157b4ac136324194192971c 100644 (file)
@@ -15,7 +15,7 @@ function configure () {
     if [[ ! -f "_build/Makefile" ]]; then
         run mkdir -p _build
         run pushd _build
-        run ../configure "${configArgs[@]}"
+        run ../configure --prefix="$prefix" "${configArgs[@]}"
         run popd
     fi
 }