libtool-patches
[Top][All Lists]
Advanced

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

quote bug in libtool.m4 1.4 [AIX]


From: libtool-patches
Subject: quote bug in libtool.m4 1.4 [AIX]
Date: Tue, 24 Apr 2001 20:02:49 -0500
User-agent: Mutt/1.1.12i

Bug fix for AIX with the IBM C compiler against 1.4.

ChangeLog entry:
2001-04-24  Albert Chin-A-Young <address@hidden>
        * libtool.m4: Fix quote bug in allow_undefined_flag for
        AIX with IBM C compiler.

-- 
albert chin (address@hidden)

-- snip snip
Index: libtool.m4
===================================================================
RCS file: /home/cvs/libtool/libtool.m4,v
retrieving revision 1.166
diff -u -3 -p -r1.166 libtool.m4
--- libtool.m4  2001/04/24 23:40:42     1.166
+++ libtool.m4  2001/04/25 00:51:17
@@ -1470,7 +1470,7 @@ else
         hardcode_libdir_flag_spec='${wl}-bnolibpath 
${wl}-blibpath:$libdir:/usr/lib:/lib'
         # Warning - without using the other run time loading flags, -berok will
         #           link without error, but may produce a broken library.
-        allow_undefined_flag='${wl}-berok"
+        allow_undefined_flag='${wl}-berok'
         # This is a bit strange, but is similar to how AIX traditionally builds
         # it's shared libraries.
         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname 
$libobjs $deplibs $compiler_flags ${allow_undefined_flag} 
'"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo 
$objdir/$libname$release.a $objdir/$soname'



reply via email to

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