Various tweaks to help DJGPP builds.
[p5sagit/p5-mst-13.2.git] / configure.gnu
index 037d6ca..efffde5 100755 (executable)
@@ -65,6 +65,18 @@ EOM
                opts="$opts $arg"
                shift
                ;;
+       --prefix)
+               shift
+               arg="-Dprefix=$1"
+               opts="$opts $arg"
+               shift
+               ;;
+       --prefix)
+               shift
+               arg="-Dprefix=$1"
+               opts="$opts $arg"
+               shift
+               ;;
        --cache-file=*)
                shift           # Just ignore it.
                ;;