Some gnulib modules may want to augment noinst_LTLIBRARIES, so gnulib-tool needs to initialize it.
2006-11-26 Bruno Haible <[EMAIL PROTECTED]> * gnulib-tool (func_emit_lib_Makefile_am): Initialize also noinst_LTLIBRARIES. *** gnulib-tool.bak 2006-11-21 02:59:27.000000000 +0100 --- gnulib-tool 2006-11-26 16:56:16.000000000 +0100 *************** *** 1256,1261 **** --- 1256,1262 ---- fi if test -z "$makefile_name"; then echo "noinst_HEADERS =" + echo "noinst_LTLIBRARIES =" # Automake versions < 1.9b create an empty pkgdatadir at installation time # if you specify pkgdata_DATA to empty. This is a workaround. if grep '^pkgdata_DATA *+=' allsnippets.tmp > /dev/null; then