From aa275be2c72d724a988f1e2f3dc3a57832744f47 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 13 Jun 2001 01:26:53 +0000 Subject: [PATCH] I wonder how many $CONFIGs still lurk in the shadows. p4raw-id: //depot/perl@10551 --- pod/Makefile.SH | 2 +- x2p/cflags.SH | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/Makefile.SH b/pod/Makefile.SH index a186565..6848225 100644 --- a/pod/Makefile.SH +++ b/pod/Makefile.SH @@ -1,4 +1,4 @@ -case $CONFIG in +case $PERL_CONFIG_SH in '') if test -f config.sh; then TOP=.; elif test -f ../config.sh; then TOP=..; diff --git a/x2p/cflags.SH b/x2p/cflags.SH index dcd97a1..779035f 100755 --- a/x2p/cflags.SH +++ b/x2p/cflags.SH @@ -1,4 +1,4 @@ -case $CONFIGDOTSH in +case $PERL_CONFIG_SH in '') if test -f config.sh; then TOP=.; elif test -f ../config.sh; then TOP=..; @@ -34,7 +34,7 @@ $spitshell >cflags <>cflags <<'!NO!SUBS!' -case $CONFIG in +case $PERL_CONFIG_SH in '') if test -f config.sh; then TOP=.; elif test -f ../config.sh; then TOP=..; -- 2.7.4