summaryrefslogtreecommitdiff
path: root/Makefile.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
commit2000072cab81cd89af2f9e1974fc40b8ae0aecc8 (patch)
tree03ef12e97926addff3f98794ea3ac8fe3f2f3a4b /Makefile.SH
parent4663847075ec7a4ae5ad72ea6821c81ef4ff7779 (diff)
downloadperl-2000072cab81cd89af2f9e1974fc40b8ae0aecc8.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 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 22f70aee7d..15758eb054 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1,5 +1,5 @@
#! /bin/sh
-case $CONFIG in
+case $CONFIGDOTSH in
'')
if test -f config.sh; then TOP=.;
elif test -f ../config.sh; then TOP=..;