This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Metaconfig unit change for #12851.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 5 Nov 2001 14:53:53 +0000 (14:53 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 5 Nov 2001 14:53:53 +0000 (14:53 +0000)
p4raw-id: //depot/metaconfig@12852

U/modified/Config_sh.U

index 06fab66..4982e6b 100644 (file)
 ?MAKE: -pick add $@ ./Obsol_sh
 ?MAKE: -pick close.Config_sh $@ %<
 ?F:!config.over
+?F:!config.arch
 ?T:file temp
 : back to where it started
 if test -d ../UU; then
        cd ..
 fi
 
+: configuration may be patched via a 'config.arch' file
+if $test -f config.arch; then
+       echo "I see a config.arch file, loading it."
+       . ./config.arch
+fi
+
 : configuration may be patched via a 'config.over' file
 if $test -f config.over; then
        echo " "