autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[improved] Fix building autoconf.1 [trivial]


From: Noah Misch
Subject: [improved] Fix building autoconf.1 [trivial]
Date: Thu, 9 Dec 2004 19:32:11 -0800
User-agent: Mutt/1.5.6i

This is better.  The other patch would have broken `make distcheck' again, and
the help text of `autoconf' will not change without autoconf.as also changing.

2004-12-09  Noah Misch  <address@hidden>

        * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.

--- ac-clean/man/Makefile.am    2001-10-05 12:12:06.000000000 -0400
+++ ac-man/man/Makefile.am      2004-12-09 22:04:08.603904375 -0500
@@ -30,7 +30,7 @@
 # Depend on configure.ac to get version number changes.
 common_dep = $(top_srcdir)/configure.ac $(srcdir)/common.x
 binsrcdir = $(top_srcdir)/bin
-autoconf.1:   $(common_dep) $(srcdir)/autoconf.x   $(binsrcdir)/autoconf.in
+autoconf.1:   $(common_dep) $(srcdir)/autoconf.x   $(binsrcdir)/autoconf.as
 autoheader.1: $(common_dep) $(srcdir)/autoheader.x $(binsrcdir)/autoheader.in
 autom4te.1:   $(common_dep) $(srcdir)/autom4te.x   $(binsrcdir)/autom4te.in
 autoreconf.1: $(common_dep) $(srcdir)/autoreconf.x $(binsrcdir)/autoreconf.in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]