projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
64222d7
)
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
patch
|
blob
|
blame
|
history
diff --git
a/configure.gnu
b/configure.gnu
index
46cc494
..
efffde5
100755
(executable)
--- a/
configure.gnu
+++ b/
configure.gnu
@@
-71,6
+71,12
@@
EOM
opts="$opts $arg"
shift
;;
+ --prefix)
+ shift
+ arg="-Dprefix=$1"
+ opts="$opts $arg"
+ shift
+ ;;
--cache-file=*)
shift # Just ignore it.
;;