From 0149fc8cf39fc46a26e4d27061adfbb1cd3b3db8 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 10 Apr 1999 17:45:38 +0000 Subject: [PATCH] * automake.in (handle_ltlibraries): Allow check_LTLIBRARIES. --- ChangeLog | 2 ++ TODO | 2 -- automake.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4db9c86cc..235ef7ed5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-04-10 Tom Tromey + * automake.in (handle_ltlibraries): Allow check_LTLIBRARIES. + * automake.in (lang_yacc_finish): Added missing `&'. 1999-04-10 Alexandre Oliva diff --git a/TODO b/TODO index 3fafa147e..a62a7c50d 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -* 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 diff --git a/automake.in b/automake.in index 30df0f230..6851eb499 100755 --- a/automake.in +++ b/automake.in @@ -1698,7 +1698,7 @@ sub handle_ltlibraries { local (@liblist) = &am_install_var ('-clean', 'ltlib', 'LTLIBRARIES', - 'noinst', 'lib', 'pkglib'); + 'noinst', 'lib', 'pkglib', 'check'); return if ! @liblist; local (%instdirs); -- 2.47.2