From: Akim Demaille Date: Mon, 26 Feb 2001 10:26:01 +0000 (+0000) Subject: * automake.in (%required_targets): `installcheck-am' is needed. X-Git-Tag: handle-languages~221 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=58975ba778f9dd22e060e62fbea3ab14cc9be7d4;p=automake.git * automake.in (%required_targets): `installcheck-am' is needed. --- diff --git a/ChangeLog b/ChangeLog index 990c6360..767753e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,13 @@ +2001-02-26 Akim Demaille + + * automake.in (%required_targets): `installcheck-am' is needed. + 2001-02-26 Akim Demaille * automake.in (&transform_cond): Merge into... (&transform): this. Adjust all uses. - 2001-02-26 Akim Demaille * automake.in (&handle_dist): Use &transform instead of dedicated @@ -12,25 +15,22 @@ But be sure to always do it. * distdir.am: Adjust. - 2001-02-26 Akim Demaille * automake.in: Use File::Basename. (&dirname, &basename): Remove. - 2001-02-26 Akim Demaille * automake.in ($me): New. Use it. (&usage): Display your full name. - + 2001-02-26 Akim Demaille * automake.texi (Invoking Automake): Remove dead options. - 2001-02-26 Akim Demaille * 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 * automake.in: Don't pass arguments to... diff --git a/automake.in b/automake.in index e812ac41..7f317dfe 100755 --- a/automake.in +++ b/automake.in @@ -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, );