From: Tom Tromey Date: Fri, 28 Mar 1997 03:58:59 +0000 (+0000) Subject: avoid automake rules in dist in more situations X-Git-Tag: pre-ian-conditionals~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cbf248230aa8668734c3762466434dda1098640;p=thirdparty%2Fautomake.git avoid automake rules in dist in more situations --- diff --git a/ChangeLog b/ChangeLog index 00aa5a2bc..b4c246061 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Thu Mar 27 17:28:47 1997 Tom Tromey + * automake.in (handle_dist_worker): Avoid automake rules in + generated Makefile when no-dependencies specified. From Greg + Woods. + * m4/lispdir.m4: Don't AC_SUBST ELCFILES. From Greg Woods. * texi-vers.am (stamp-@VTI@): Make commands silent. diff --git a/automake.in b/automake.in index 6de55ef21..1f786e1eb 100755 --- a/automake.in +++ b/automake.in @@ -2124,10 +2124,10 @@ sub handle_dist_worker -chmod 755 $(distdir) '; - # Only run automake in `dist' target if --include-deps not - # specified. That way the recipient of a distribution can run - # "make dist" and not need Automake. - if ($cmdline_use_dependencies) + # Only run automake in `dist' target if --include-deps and + # `no-dependencies' not specified. That way the recipient of + # a distribution can run "make dist" and not need Automake. + if ($use_dependencies) { $output_rules .= (