Alexandre pointed out that my patch is missing _LT_TAGDECL for the
new variable. I am not sure whether I am setting the parameter "VALUE"
correctly, other *_spec variables appear to use "1".
Thanks, David
* libtool.m4 (_LT_LINKER_SHLIBS): _LT_TAGDECL(file_list_spec).
Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.185
diff -c -p -r1.185 libtool.m4
*** libtool.m4 22 Apr 2005 10:10:30 -0000 1.185
--- libtool.m4 22 Apr 2005 15:19:43 -0000
*************** _LT_TAGDECL([], [include_expsyms], [1],
*** 4516,4521 ****
--- 4516,4523 ----
[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])