]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in (handle_ltlibraries): Allow check_LTLIBRARIES.
authorTom Tromey <tromey@redhat.com>
Sat, 10 Apr 1999 17:45:38 +0000 (17:45 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 10 Apr 1999 17:45:38 +0000 (17:45 +0000)
ChangeLog
TODO
automake.in

index 4db9c86cce1f475cefa38d8d1ff7523a5357b1cf..235ef7ed587301df4aa9ef656caa62d2b810ca00 100644 (file)
--- 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 3fafa147ec3dd2382305166488f06ca0b7741747..a62a7c50d2c2f4ee2adb33fcce0d2b02069a6fd3 100644 (file)
--- 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>
index 30df0f23025a5f81c0025f61e5dd540dc85f7381..6851eb4998536afd7754de9fc5029eb1ffbbc865 100755 (executable)
@@ -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);