]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (allow_undefined_flag) [aix4* | aix 5*]: Fix quote
authorAlexandre Oliva <aoliva@redhat.com>
Sun, 20 May 2001 18:14:13 +0000 (18:14 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 20 May 2001 18:14:13 +0000 (18:14 +0000)
error.

ChangeLog
libtool.m4

index a8f5221d0e6aef3f6c0ca6c248fc4a7bbf461162..83108952253caae47a4a718a80d24f3feb56344f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
 
+       * libtool.m4 (allow_undefined_flag) [aix4* | aix 5*]: Fix quote
+       error.
+
        * ltmain.in (exec_cmd): New variable.  Don't exec programs within
        the big `case'; set the variable instead, and exec the cmd
        afterwards, so that the shell gets a chance to clean up here-doc
index 13eb8ac04ec70ae2b80b37e2fc03ebeacdf6a89a..5caeb45b2dac4317c45b433d8a9bfcd0dbafd938 100644 (file)
@@ -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'