From 1a930e65722780df50c8682acaee00f4e7d21b82 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 20 May 2001 18:14:13 +0000 Subject: [PATCH] * libtool.m4 (allow_undefined_flag) [aix4* | aix 5*]: Fix quote error. --- ChangeLog | 3 +++ libtool.m4 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a8f5221d0..831089522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-05-20 Alexandre Oliva + * 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 diff --git a/libtool.m4 b/libtool.m4 index 13eb8ac04..5caeb45b2 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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' -- 2.47.3