Finalize change #2589 and add better AIX nm scanning from:
Brad Lanam [Fri, 8 Jan 1999 15:27:17 +0000 (15:27 +0000)]
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

Configure

index ae1b4f4..e9d0ce8 100755 (executable)
--- 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