X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=configure.gnu;h=46cc494fd641a2d4a0e94f6eb137123efe28c05e;hb=6bc89f92370990b836308b02c6551b4e758e7401;hp=037d6ca6fbb31a0468e3dd1f3aa2a66d3e6115bc;hpb=36816da205b48bbba09819941eb7375eda5afbd9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/configure.gnu b/configure.gnu index 037d6ca..46cc494 100755 --- a/configure.gnu +++ b/configure.gnu @@ -65,6 +65,12 @@ EOM opts="$opts $arg" shift ;; + --prefix) + shift + arg="-Dprefix=$1" + opts="$opts $arg" + shift + ;; --cache-file=*) shift # Just ignore it. ;;