summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1999-04-10 17:45:38 +0000
committerTom Tromey <tromey@redhat.com>1999-04-10 17:45:38 +0000
commit0149fc8cf39fc46a26e4d27061adfbb1cd3b3db8 (patch)
treedaa962dbbc5f9aa2e91f1170a23077ddf66c5ca5
parent82d63cc3a963725f9fb059b1ada0b8f4a3db6a09 (diff)
downloadautomake-0149fc8cf39fc46a26e4d27061adfbb1cd3b3db8.tar.gz
* automake.in (handle_ltlibraries): Allow check_LTLIBRARIES.
-rw-r--r--ChangeLog2
-rw-r--r--TODO2
-rwxr-xr-xautomake.in2
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 <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>
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 <mhw@kremvax.demon.co.uk>
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);