From: Paul Eggert Date: Fri, 25 May 2007 22:52:12 +0000 (+0000) Subject: * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency. X-Git-Tag: v2.62~308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a02d3c111e472be1a1cdd8c14e48900e1c17a16d;p=thirdparty%2Fautoconf.git * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency. --- diff --git a/ChangeLog b/ChangeLog index 2f84a604..4fc694a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-25 Noah Misch + + * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency. + 2007-05-21 Paul Eggert * lib/autoconf/c.m4 (AC_OPENMP): Don't echo --enable-openmp diff --git a/bin/Makefile.am b/bin/Makefile.am index 92d3baed..6ee26a18 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -54,6 +54,8 @@ edit = sed \ -e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \ -e 's|@configure_input[@]|Generated from $@.in; do not edit by hand.|g' +$(top_builddir)/bin/autom4te: autom4te + # autoconf is written in M4sh. # FIXME: this target should depend on the frozen files below lib/m4sugar, # otherwise autom4te may pick up a frozen m4sh.m4f from an earlier