This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47682f0
)
I think once is enough.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 4 Sep 2003 18:52:29 +0000
(18:52 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 4 Sep 2003 18:52:29 +0000
(18:52 +0000)
p4raw-id: //depot/perl@21033
configure.gnu
patch
|
blob
|
blame
|
history
diff --git
a/configure.gnu
b/configure.gnu
index
efffde5
..
46cc494
100755
(executable)
--- a/
configure.gnu
+++ b/
configure.gnu
@@
-71,12
+71,6
@@
EOM
opts="$opts $arg"
shift
;;
- --prefix)
- shift
- arg="-Dprefix=$1"
- opts="$opts $arg"
- shift
- ;;
--cache-file=*)
shift # Just ignore it.
;;