From c59cb511f3d405ea2793202c97b1c035688dc44b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 17 Aug 2000 10:23:45 +0000 Subject: Allow reconfiguration. This can be useful if some source update requires that you configure again, but you don't want to reenter all those configuration arguments again. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config b/config index cf48abc6d1..b972c1fe29 100755 --- a/config +++ b/config @@ -559,7 +559,7 @@ OUT="$PREFIX$OUT" $PERL ./Configure LIST | grep "$OUT" > /dev/null if [ $? = "0" ]; then - echo Configuring for $OUT + #echo Configuring for $OUT if [ "$TEST" = "true" ]; then echo $PERL ./Configure $OUT $options -- cgit v1.2.3