]> gitweb @ CieloNegro.org - autobuild.git/blobdiff - src/functions.bash
Don't pass --prefix to DISTCHECK_CONFIGURE_FLAGS. It interferes with automake.
[autobuild.git] / src / functions.bash
index fe7f3df92058bd4484547a19d7d4ba90a96acd2e..262c91061941b7ddef6dc1589ad6cd33319cc2cf 100644 (file)
@@ -10,8 +10,8 @@ function setPrefix () {
 declare -a configArgs
 function setConfigArgs () {
     configArgs=( \
-        --prefix="$prefix" \
         PATH="$PATH" \
+        PKG_CONFIG_PATH="$PKG_CONFIG_PATH" \
         "$@" \
         )
 }