From: Gisle Aas Date: Thu, 30 Dec 2004 03:39:36 +0000 (-0800) Subject: Allow Configure's d_attribut to be set from the command line X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bde30f852bc294abae9881d155ff4566fec5b034;p=p5sagit%2Fp5-mst-13.2.git Allow Configure's d_attribut to be set from the command line Message-ID: p4raw-id: //depot/perl@23711 --- diff --git a/Configure b/Configure index 147a2ff..d28f5a4 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Dec 29 14:05:06 MET 2004 [metaconfig 3.0 PL70] +# Generated on Thu Dec 30 14:31:17 MET 2004 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&4 $cat >attrib.c <<'EOCP' @@ -9881,6 +9883,9 @@ else echo "Your C compiler doesn't seem to understand __attribute__ at all." val="$undef" fi +;; +*) val="$d_attribut" ;; +esac set d_attribut eval $setvar $rm -f attrib*