configure.gnu --prefix
Slaven Rezic [Thu, 10 Jul 2003 09:33:27 +0000 (09:33 +0000)]
Message-Id: <1057829607.9622@devpc01.iconmobile.de>

p4raw-id: //depot/perl@20187

configure.gnu

index 46cc494..efffde5 100755 (executable)
@@ -71,6 +71,12 @@ EOM
                opts="$opts $arg"
                shift
                ;;
+       --prefix)
+               shift
+               arg="-Dprefix=$1"
+               opts="$opts $arg"
+               shift
+               ;;
        --cache-file=*)
                shift           # Just ignore it.
                ;;