From: Ossama Othman Date: Mon, 30 Oct 2000 23:25:56 +0000 (+0000) Subject: * libtool.m4 (archive_expsym_cmds): Fix typo where line was broken X-Git-Tag: release-1-3d~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b19f96b19434696ea560b8975d08da56922e910;p=thirdparty%2Flibtool.git * libtool.m4 (archive_expsym_cmds): Fix typo where line was broken in the middle of an expression. --- diff --git a/ChangeLog b/ChangeLog index f91b348e7..77f57aa6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-30 Ossama Othman + + * libtool.m4 (archive_expsym_cmds): Fix typo where line was broken + in the middle of an expression. + 2000-10-30 Aneesh Kumar K.V * libtool.m4 (archive_expsym_cmds): Support for -export-symbol diff --git a/libtool.m4 b/libtool.m4 index fb2053c10..f56ea3d10 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -1341,8 +1341,8 @@ else else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' - archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ - $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' fi #Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir'