Front page | perl.perl5.porters |
Postings from June 2001
Re: perl@11026
Thread Previous
From:
Jarkko Hietaniemi
Date:
June 29, 2001 07:50
Subject:
Re: perl@11026
Message ID:
20010629095005.A21832@chaos.wustl.edu
Grr. (The effect for AIXers: -qlongdouble got stuck to the ccflags.)
Change 11027 by jhi@alpha on 2001/06/29 13:47:03
I thought this Configure glitch for AIX was just recently fixed?
Affected files ...
... //depot/perl/Configure#329 edit
Differences ...
==== //depot/perl/Configure#329 (xtext) ====
Index: perl/Configure
--- perl/Configure.~1~ Fri Jun 29 17:48:29 2001
+++ perl/Configure Fri Jun 29 17:48:29 2001
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Thu Jun 28 18:02:13 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Fri Jun 29 17:44:53 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -10816,7 +10816,7 @@
d_modfl="$undef"
fi
case "$osname:$gccversion" in
- aix:) $ccflags="$saveccflags" ;; # restore
+ aix:) ccflags="$saveccflags" ;; # restore
esac
;;
esac
End of Patch.
--
$jhi++; # http://www.iki.fi/jhi/
# There is this special biologist word we use for 'stable'.
# It is 'dead'. -- Jack Cohen
Thread Previous