From: David Edelsohn Date: Mon, 25 Apr 2005 16:25:14 +0000 (+0000) Subject: * m4/libtool.m4 (_LT_LINKER_SHLIBS): _LT_TAGDECL(file_list_spec). X-Git-Tag: release-2-1b~656 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc7897d26d7fe65e3a34b53aca40472f90abd25;p=thirdparty%2Flibtool.git * m4/libtool.m4 (_LT_LINKER_SHLIBS): _LT_TAGDECL(file_list_spec). * config/ltmain.m4sh (func_mode_link): Change $filelist to $output. --- diff --git a/ChangeLog b/ChangeLog index cb25c169e..cb1ca9428 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-25 David Edelsohn + + * m4/libtool.m4 (_LT_LINKER_SHLIBS): _LT_TAGDECL(file_list_spec). + * config/ltmain.m4sh (func_mode_link): Change $filelist to $output. + 2005-04-24 Ralf Wildenhues * m4/libtool.m4 (_LT_CC_BASENAME): Ignore `compile'. diff --git a/config/ltmain.m4sh b/config/ltmain.m4sh index c2ea70cfd..7f3706961 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -5116,7 +5116,7 @@ EOF $ECHO "$obj" >> $output done delfiles="$delfiles $output" - output=\"$file_list_spec$filelist\" + output=\"$file_list_spec$output\" else func_echo "creating reloadable object files..." output=$output_objdir/$output_la-${k}.$objext diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 0b7519bc4..2c12b0258 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -4533,6 +4533,8 @@ _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) +_LT_TAGDECL([], [file_list_spec], [1], + [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects])