]> sourceware.org Git - automake.git/commitdiff
* automake.in (%required_targets): `installcheck-am' is needed.
authorAkim Demaille <akim@epita.fr>
Mon, 26 Feb 2001 10:26:01 +0000 (10:26 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 26 Feb 2001 10:26:01 +0000 (10:26 +0000)
ChangeLog
automake.in

index 990c6360341229feb22b49640503d9b8daa88dc2..767753e537d9951d60d93a8b34974d15e36b1e22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
+2001-02-26  Akim Demaille  <akim@epita.fr>
+
+       * automake.in (%required_targets): `installcheck-am' is needed.
+
 2001-02-26  Akim Demaille  <akim@epita.fr>
 
        * automake.in (&transform_cond): Merge into...
        (&transform): this.
        Adjust all uses.
 
-       
 2001-02-26  Akim Demaille  <akim@epita.fr>
 
        * automake.in (&handle_dist): Use &transform instead of dedicated
        But be sure to always do it.
        * distdir.am: Adjust.
 
-       
 2001-02-26  Akim Demaille  <akim@epita.fr>
 
        * automake.in: Use File::Basename.
        (&dirname, &basename): Remove.
 
-       
 2001-02-26  Akim Demaille  <akim@epita.fr>
 
        * automake.in ($me): New.
        Use it.
        (&usage): Display your full name.
 
-       
+
 2001-02-26  Akim Demaille  <akim@epita.fr>
 
        * automake.texi (Invoking Automake): Remove dead options.
 
-       
 2001-02-26  Akim Demaille  <akim@epita.fr>
 
        * automake.in (&scan_texinfo_file): Also compute the list of files
@@ -38,7 +38,6 @@
        Handle local errors.
        (&handle_texinfo): Use it.
 
-       
 2001-02-26  Akim Demaille  <akim@epita.fr>
 
        * automake.in: Don't pass arguments to...
index e812ac413b5e012089e729c523692b8120cd5066..7f317dfe7d731bba89d1f31ad2e8682f2540413c 100755 (executable)
@@ -134,10 +134,10 @@ my %required_targets =
    'install-data' => 1,
    'install-exec' => 1,
 
-   # FIXME: Not required, temporary hack until install-data and install-exec
-   # are factored.
+   # FIXME: Not required, temporary hacks.
    'install-data-am' => 1,
    'install-exec-am' => 1,
+   'installcheck-am' => 1,
 
    'install-man' => 1,
   );
This page took 0.052036 seconds and 5 git commands to generate.