Change 20119 by [EMAIL PROTECTED] on 2003/07/10 17:37:25
Subject: [PATCH] configure.gnu --prefix
From: [EMAIL PROTECTED]
Date: Thu, 10 Jul 2003 09:33:27 +0000
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/configure.gnu#9 edit
Differences ...
==== //depot/perl/configure.gnu#9 (xtext) ====
Index: perl/configure.gnu
--- perl/configure.gnu#8~18282~ Wed Dec 11 02:16:05 2002
+++ perl/configure.gnu Thu Jul 10 10:37:25 2003
@@ -65,6 +65,12 @@
opts="$opts $arg"
shift
;;
+ --prefix)
+ shift
+ arg="-Dprefix=$1"
+ opts="$opts $arg"
+ shift
+ ;;
--cache-file=*)
shift # Just ignore it.
;;
End of Patch.