diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-26 12:43:02 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-26 12:43:02 +0000 |
commit | 3b5ca523bc72bce199abcb9d5ec13af5913a4d2d (patch) | |
tree | 7c65f45ab947422d1c0c9bfcf5471d1b92e240e1 /cflags.SH | |
parent | eda383f202c9baaca6fdea3cf178e40686e8a3bb (diff) | |
download | perl-3b5ca523bc72bce199abcb9d5ec13af5913a4d2d.tar.gz |
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@3774
Diffstat (limited to 'cflags.SH')
-rwxr-xr-x | cflags.SH | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -1,4 +1,4 @@ -case $CONFIGDOTSH in +case $CONFIG in '') if test -f config.sh; then TOP=.; elif test -f ../config.sh; then TOP=..; @@ -24,7 +24,6 @@ echo "Extracting cflags (with variable substitutions)" rm -f cflags $spitshell >cflags <<!GROK!THIS! $startsh -src=$src !GROK!THIS! : In the following dollars and backticks do not need the extra backslash. @@ -75,12 +74,6 @@ for file do *) echo $n " $file.c $c" ;; esac - : allow for out-of-source experience - - if test "X$src" != X.; then - ccflags="$ccflags -I$src -I." - fi - : allow variables like toke_cflags to be evaluated if echo $file | grep -v / >/dev/null |