summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBrad Lanam <bll@gentoo.com>1999-01-08 15:27:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-01-08 15:27:17 +0000
commit0f502ccae46b6d23173ca88b28f2ead08f7afcbf (patch)
treea62909bff1cfbcc90fd90092adcfc94c7e5812b1 /Configure
parent64e689dcc1adf91f15481d06fd2de0b3fc0ef207 (diff)
downloadperl-0f502ccae46b6d23173ca88b28f2ead08f7afcbf.tar.gz
Finalize change #2589 and add better AIX nm scanning from:
Message-Id: <m0zyNW0-00017VC@gentoo.com> Subject: Re: mailhelp returned a non-zero status In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm" To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi) p4raw-link: @2589 on //depot/cfgperl: 64e689dcc1adf91f15481d06fd2de0b3fc0ef207 p4raw-id: //depot/cfgperl@2590
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/Configure b/Configure
index ae1b4f4f56..e9d0ce89ad 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 Fri Jan 8 10:36:44 EET 1999 [metaconfig 3.0 PL70]
+# Generated on Fri Jan 8 17:24:49 EET 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by jhi@iki.fi)
cat >/tmp/c1$$ <<EOF
@@ -4802,6 +4802,10 @@ elif com="$sed -n -e 's/.*\.text n\ \ \ \.//p'";\
eval $xscan;\
$contains '^fprintf$' libc.list >/dev/null 2>&1; then
eval $xrun
+elif com="sed -n -e 's/^__.*//' -e 's/[ ]*D[ ]*[0-9]*.*//p'";\
+ eval $xscan;\
+ $contains '^fprintf$' libc.list >/dev/null 2>&1; then
+ eval $xrun
else
$nm -p $* 2>/dev/null >libc.tmp
$grep fprintf libc.tmp > libc.ptf