diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-04-02 13:13:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-04-02 13:13:39 +0000 |
commit | 2000072cab81cd89af2f9e1974fc40b8ae0aecc8 (patch) | |
tree | 03ef12e97926addff3f98794ea3ac8fe3f2f3a4b /perl_exp.SH | |
parent | 4663847075ec7a4ae5ad72ea6821c81ef4ff7779 (diff) | |
download | perl-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 'perl_exp.SH')
-rw-r--r-- | perl_exp.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_exp.SH b/perl_exp.SH index 6bf0d7c941..5a15ed43fc 100644 --- a/perl_exp.SH +++ b/perl_exp.SH @@ -24,7 +24,7 @@ # The file is then given to the system loader (cc/xlc command line) # as -bE:export.file. -case $CONFIG in +case $CONFIGDOTSH in '') if test -f config.sh; then TOP=.; elif test -f ../config.sh; then TOP=..; |