summaryrefslogtreecommitdiff
path: root/makeaperl.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-04-02 13:13:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-04-02 13:13:39 +0000
commit2324098bbc7442a0cbcaef9a3a6cc9e167a3b8e5 (patch)
tree03ef12e97926addff3f98794ea3ac8fe3f2f3a4b /makeaperl.SH
parente4e9ac8944ddcb6f7c68070597748af0d5633182 (diff)
downloadperl-2324098bbc7442a0cbcaef9a3a6cc9e167a3b8e5.tar.gz
Configure regen.
Add llseek + offset_t probing. Change CONFIG to CONFIGDOTSH. 'unset foo' is unportable, use foo=''. p4raw-id: //depot/cfgperl@3201
Diffstat (limited to 'makeaperl.SH')
-rw-r--r--makeaperl.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeaperl.SH b/makeaperl.SH
index 16b74350e0..45812ba7dc 100644
--- a/makeaperl.SH
+++ b/makeaperl.SH
@@ -1,4 +1,4 @@
-case $CONFIG in
+case $CONFIGDOTSH in
'')
if test -f config.sh; then TOP=.;
elif test -f ../config.sh; then TOP=..;