1999-04-10 Tom Tromey <tromey@cygnus.com>
+ * automake.in (handle_ltlibraries): Allow check_LTLIBRARIES.
+
* automake.in (lang_yacc_finish): Added missing `&'.
1999-04-10 Alexandre Oliva <oliva@dcc.unicamp.br>
-* Write tests for `\' preservation.
-
* Run automake before libtool. It will report an error but
still won't put the file into the disty. This is wrong.
From Mark H Wilkinson <mhw@kremvax.demon.co.uk>
{
local (@liblist) = &am_install_var ('-clean',
'ltlib', 'LTLIBRARIES',
- 'noinst', 'lib', 'pkglib');
+ 'noinst', 'lib', 'pkglib', 'check');
return if ! @liblist;
local (%instdirs);