From: Philippe M. Chiasson Date: Thu, 26 Jan 2006 13:53:07 +0000 (-0800) Subject: Re: [patch] s/ar ts/ar s/g X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=88d4d47ba9f8dddb715907de7e4bc2a830c44480;p=p5sagit%2Fp5-mst-13.2.git Re: [patch] s/ar ts/ar s/g From: "Philippe M. Chiasson" Message-ID: <43D944C3.60101@ActiveState.com> p4raw-id: //depot/perl@26993 --- diff --git a/Configure b/Configure index 1e5301d..6b9732a 100755 --- a/Configure +++ b/Configure @@ -26,7 +26,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Jan 11 21:57:24 CET 2006 [metaconfig 3.0 PL70] +# Generated on Sun Jan 29 11:12:44 CET 2006 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ < /dev/null 2>&1 && if [ "X$ranlib" = "X" ]; then ranlib=":" fi +elif $ar s bar$_a >/dev/null 2>&1 && + $cc -o foobar $ccflags $ldflags foo$_o bar$_a $libs > /dev/null 2>&1 && + $run ./foobar >/dev/null 2>&1; then + echo "a table of contents needs to be added with '$ar s'." + orderlib=false + ranlib="$ar s" elif $ar ts bar$_a >/dev/null 2>&1 && $cc -o foobar $ccflags $ldflags foo$_o bar$_a $libs > /dev/null 2>&1 && $run ./foobar >/dev/null 2>&1; then @@ -19295,7 +19301,7 @@ else ranlib=":" fi fi -$rm -f foo* bar* +$rm -f foo* bar* : check for type of arguments to select. case "$selecttype" in