diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-08-12 12:02:12 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-08-12 12:03:16 +0200 |
commit | 9e08e8f0ce1e3b57a74c472a4ddff63ec61d8d11 (patch) | |
tree | d27755d7026e636029ef6b6cde06d18a9eec24d3 /Configure | |
parent | 44885db356d43ce046830669852738437e8ad2db (diff) | |
download | perl-9e08e8f0ce1e3b57a74c472a4ddff63ec61d8d11.tar.gz |
Account for GNU "i" extension when checking 'nm' output.
Add the new static_inline stuff to the "other" config files too
Add the missing Glossary parts
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Wed Jun 23 16:03:55 CEST 2010 [metaconfig 3.5 PL0] +# Generated on Thu Aug 12 11:38:08 CEST 2010 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -7674,7 +7674,7 @@ $echo $n ".$c" $grep fprintf libc.tmp > libc.ptf xscan='eval "<libc.ptf $com >libc.list"; $echo $n ".$c" >&4' xrun='eval "<libc.tmp $com >libc.list"; echo "done." >&4' -xxx='[ADTSIW]' +xxx='[ADTSIWi]' if com="$sed -n -e 's/__IO//' -e 's/^.* $xxx *//p'";\ eval $xscan;\ $contains '^fprintf$' libc.list >/dev/null 2>&1; then |