summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2004-01-11 18:35:27 -0800
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-01-12 13:04:42 +0000
commit7c04078ea21d9035bc412dbd7b8edf35773a2c43 (patch)
tree958aa4b857e946c14306dd2f0d641245c5bc2098 /Configure
parente4803c42e84cae1aa5a416a4f8c6f80f7d37e49f (diff)
downloadperl-7c04078ea21d9035bc412dbd7b8edf35773a2c43.tar.gz
Make 'Configure -Dcf_by=...' work
Message-ID: <lrvfnh315c.fsf@caliper.activestate.com> p4raw-id: //depot/perl@22120
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure11
1 files changed, 7 insertions, 4 deletions
diff --git a/Configure b/Configure
index d1af579986..1e59cb2f33 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Fri Dec 5 12:57:38 MET 2003 [metaconfig 3.0 PL70]
+# Generated on Mon Jan 12 14:18:05 MET 2004 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -3458,12 +3458,15 @@ esac
: who configured the system
cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1`
-cf_by=`(logname) 2>/dev/null`
case "$cf_by" in
"")
- cf_by=`(whoami) 2>/dev/null`
+ cf_by=`(logname) 2>/dev/null`
case "$cf_by" in
- "") cf_by=unknown ;;
+ "")
+ cf_by=`(whoami) 2>/dev/null`
+ case "$cf_by" in
+ "") cf_by=unknown ;;
+ esac ;;
esac ;;
esac