Change 11493 by jhi@alpha on 2001/07/30 01:37:14
Better to have the list of extras in $extras than 'define'.
Affected files ...
... //depot/perl/Configure#342 edit
Differences ...
==== //depot/perl/Configure#342 (xtext) ====
Index: perl/Configure
--- perl/Configure.~1~ Sun Jul 29 19:45:06 2001
+++ perl/Configure Sun Jul 29 19:45:06 2001
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Mon Jul 30 05:31:00 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Mon Jul 30 05:36:10 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by [EMAIL PROTECTED])
cat >c1$$ <<EOF
@@ -6810,6 +6810,7 @@
;;
*) echo "(Saving the list of extras for later...)"
echo $extras > ../extras.lst
+ val="$extras"
;;
esac
set extras
End of Patch.