libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

_LT_AC_SYS_LIBPATH_AIX patch


From: libtool-patches
Subject: _LT_AC_SYS_LIBPATH_AIX patch
Date: Sun, 5 Aug 2001 00:27:07 -0500
User-agent: Mutt/1.2.5i

The terminating grouping character, '}', requires a newline after it.

-- 
albert chin (address@hidden)

-- snip snip
2001-08-05  Albert Chin-A-Young <address@hidden>

        * libtool.m4 (_LT_AC_SYS_LIBPATH_AIX): Add newline after
        terminating '}' grouping character. Change '[0-9][0-9]'
        to '0' as we've already matched it.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.212
diff -u -3 -p -r1.212 libtool.m4
--- libtool.m4  2001/08/04 19:57:09     1.212
+++ libtool.m4  2001/08/05 05:23:11
@@ -231,9 +231,11 @@ compiler="[$]2"
 # to the aix ld manual.
 AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
 [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null |  sed -n -e '/Import File 
Strings/,/^$/ { /^0/ { s/^[0-9][0-9]*[ ][ ]*\(.*\)$/\1/; p; }; }'`
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | sed -n -e '/Import File 
Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
+}'`
 # Check for a 64-bit object if we didn't find anything.
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 
2>/dev/null |  sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^[0-9][0-9]*[ 
][ ]*\(.*\)$/\1/; p; }; }'`; fi],[])
+if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 
2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  
*\(.*\)$/\1/; p; }
+}'`; fi],[])
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 ])# _LT_AC_SYS_LIBPATH_AIX
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]