autoconf-patches
[Top][All Lists]
Advanced

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

Fix building autoconf.1 [trivial]


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

I forgot to delete autoconf.in from $(top_srcdir)/bin while testing my last
patch, so I missed this.  Sorry.  Thanks, all, for the quick reviews/commits.

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

        * man/Makefile.am (autoconf.1): Find autoconf.in in the builddir.

diff -urp -X dontdiff ac-clean/man/Makefile.am ac-ascan/man/Makefile.am
--- ac-clean/man/Makefile.am    2001-10-05 12:12:06.000000000 -0400
+++ ac-ascan/man/Makefile.am    2004-12-09 20:01:15.129348969 -0500
@@ -30,7 +30,7 @@ MAINTAINERCLEANFILES = $(dist_man_MANS)
 # 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 
$(top_builddir)/bin/autoconf.in
 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]