From: Jarkko Hietaniemi Date: Sun, 2 Feb 2003 13:29:02 +0000 (+0000) Subject: Plan 9: doesn't really do Configure (undo #18585/#18586) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=76f47787f7c83dea9178a25fbeb7daf146898ee4;p=p5sagit%2Fp5-mst-13.2.git Plan 9: doesn't really do Configure (undo #18585/#18586) p4raw-id: //depot/perl@18624 --- diff --git a/Configure b/Configure index 47e3635..85467b9 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 Tue Jan 21 18:59:19 MET 2003 [metaconfig 3.0 PL70] +# Generated on Sun Feb 2 16:33:35 EET 2003 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&4 dflt=n fi - if $test "$osname" = plan9; then - echo " " - echo "Whoops! Nm won't work on Plan 9!" >&4 - dflt=n - fi ;; esac case "$dflt" in @@ -10344,7 +10339,7 @@ echo " " echo 'Checking to see if your C compiler knows about "const"...' >&4 $cat >const.c <<'EOCP' typedef struct spug { int drokk; } spug; -main() +int main() { const char *foo; const spug y; @@ -13814,7 +13809,7 @@ $rm -f try.c try echo " " echo 'Checking to see if your C compiler knows about "volatile"...' >&4 $cat >try.c <<'EOCP' -main() +int main() { typedef struct _goo_struct goo_struct; goo_struct * volatile goo = ((goo_struct *)0); @@ -16029,7 +16024,7 @@ eval $inlibc echo " " echo "Checking to see if your C compiler can copy structs..." >&4 $cat >try.c <<'EOCP' -main() +int main() { struct blurfl { int dyick;