diff options
author | Ade Lovett <ade@FreeBSD.org> | 2012-05-11 20:38:09 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2012-05-11 20:38:09 +0000 |
commit | 6d726b6c09094afd97f1528cfff8b27850279b0d (patch) | |
tree | ef9d4da0741b49a6a207e85f9ad78b89c296fdf5 /devel/automake/files/patch-Makefile.in | |
parent | Tweak COMMENT lines to indicate the legacy nature of these two ports. (diff) |
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav)
Notes
Notes:
svn path=/head/; revision=296454
Diffstat (limited to 'devel/automake/files/patch-Makefile.in')
-rw-r--r-- | devel/automake/files/patch-Makefile.in | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/devel/automake/files/patch-Makefile.in b/devel/automake/files/patch-Makefile.in index 55d85c2ed5b9..4930afd8a81c 100644 --- a/devel/automake/files/patch-Makefile.in +++ b/devel/automake/files/patch-Makefile.in @@ -1,6 +1,27 @@ ---- Makefile.in.orig Sun Oct 15 10:25:23 2006 -+++ Makefile.in Sat Apr 14 16:04:04 2007 -@@ -591,3 +591,2 @@ +--- Makefile.in.orig 2012-04-25 08:49:53.000000000 -0700 ++++ Makefile.in 2012-04-26 11:27:28.000000000 -0700 +@@ -173,4 +173,3 @@ + am__dirstamp = $(am__leading_dot)dirstamp +-INFO_DEPS = $(srcdir)/doc/automake.info \ +- $(srcdir)/doc/automake-history.info ++INFO_DEPS = $(srcdir)/doc/automake.info + TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex +@@ -626,3 +625,3 @@ + +-dist_system_ac_DATA = m4/acdir/README ++dist_system_ac_DATA = + +@@ -2165,3 +2164,3 @@ + am__tdf = diff-in-tests-lists.tmp +-info_TEXINFOS = doc/automake.texi doc/automake-history.texi ++info_TEXINFOS = doc/automake.texi + doc_automake_TEXINFOS = doc/fdl.texi +@@ -2200,3 +2199,3 @@ + dist_noinst_DATA = $(amhello_sources) +-dist_doc_DATA = $(srcdir)/doc/amhello-1.0.tar.gz ++dist_doc_DATA = + +@@ -3247,3 +3246,2 @@ @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-exec-hook - + install-html: install-html-am |