cvsuser 02/05/05 23:30:10
Modified: . Configure.pl
Log:
Output more info.
Revision Changes Path
1.108 +4 -2 parrot/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /cvs/public/parrot/Configure.pl,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -w -r1.107 -r1.108
--- Configure.pl 6 May 2002 02:50:51 -0000 1.107
+++ Configure.pl 6 May 2002 06:30:10 -0000 1.108
@@ -2,7 +2,7 @@
#
# Configure.pl
#
-# $Id: Configure.pl,v 1.107 2002/05/06 02:50:51 mrjoltcola Exp $
+# $Id: Configure.pl,v 1.108 2002/05/06 06:30:10 mrjoltcola Exp $
#
# Author: Brent Dax
#
@@ -77,7 +77,7 @@
if($opt_version) {
print "Parrot Version $parrot_version Configure\n";
- print '$Id: Configure.pl,v 1.107 2002/05/06 02:50:51 mrjoltcola Exp $' . "\n";
+ print '$Id: Configure.pl,v 1.108 2002/05/06 06:30:10 mrjoltcola Exp $' . "\n";
exit;
}
@@ -625,6 +625,8 @@
} else {
die "Configure.pl: Can't find a printf-style format specifier for type
\"$c{nv}\"\n";
}
+
+print "\nYour byteorder seems to be [", $c{byteorder}, "]\n";
#
# Build config.h, the Makfefiles and Types.pm: