This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
[perl5.git] / configure.gnu
index 037d6ca..46cc494 100755 (executable)
@@ -65,6 +65,12 @@ EOM
                opts="$opts $arg"
                shift
                ;;
+       --prefix)
+               shift
+               arg="-Dprefix=$1"
+               opts="$opts $arg"
+               shift
+               ;;
        --cache-file=*)
                shift           # Just ignore it.
                ;;