diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-07-28 06:33:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-07-28 06:33:59 +0000 |
commit | 3b3128196e8706c3616c88df7206b4a27f7b8959 (patch) | |
tree | 31433c1d06ed5be6756933b97f6d80a77f17b710 /devel/automake17/files | |
parent | Update to SRC680_m222. (diff) |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
Notes
Notes:
svn path=/head/; revision=196437
Diffstat (limited to 'devel/automake17/files')
-rw-r--r-- | devel/automake17/files/patch-Makefile.in | 30 | ||||
-rw-r--r-- | devel/automake17/files/patch-automake.texi | 22 |
2 files changed, 52 insertions, 0 deletions
diff --git a/devel/automake17/files/patch-Makefile.in b/devel/automake17/files/patch-Makefile.in new file mode 100644 index 000000000000..d0f8d12b895f --- /dev/null +++ b/devel/automake17/files/patch-Makefile.in @@ -0,0 +1,30 @@ +--- Makefile.in.orig Sun Nov 9 11:29:57 2003 ++++ Makefile.in Sat Apr 14 15:10:56 2007 +@@ -99,3 +99,3 @@ + bin_SCRIPTS = automake aclocal +-info_TEXINFOS = automake.texi ++info_TEXINFOS = automake-@APIVERSION@.texi + +@@ -145,3 +145,3 @@ + am__TEXINFO_TEX_DIR = $(top_srcdir)/lib +-INFO_DEPS = automake.info ++INFO_DEPS = automake-@APIVERSION@.info + DVIS = automake.dvi +@@ -149,3 +149,3 @@ + PSS = automake.ps +-TEXINFOS = automake.texi ++TEXINFOS = automake-@APIVERSION@.texi + +@@ -219,5 +219,5 @@ + version.texi: stamp-vti +-stamp-vti: automake.texi $(top_srcdir)/configure +- @(dir=.; test -f ./automake.texi || dir=$(srcdir); \ +- set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake.texi`; \ ++stamp-vti: automake-@APIVERSION@.texi $(top_srcdir)/configure ++ @(dir=.; test -f ./automake-@APIVERSION@.texi || dir=$(srcdir); \ ++ set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake-@APIVERSION@.texi`; \ + echo "@set UPDATED $$1 $$2 $$3"; \ +@@ -601,3 +601,2 @@ + @$(NORMAL_INSTALL) +- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook + diff --git a/devel/automake17/files/patch-automake.texi b/devel/automake17/files/patch-automake.texi new file mode 100644 index 000000000000..2e4c58f48d1a --- /dev/null +++ b/devel/automake17/files/patch-automake.texi @@ -0,0 +1,22 @@ +--- automake.texi.orig Sun Nov 9 10:57:13 2003 ++++ automake.texi Sat Apr 14 15:12:09 2007 +@@ -2,4 +2,4 @@ + @c %**start of header +-@setfilename automake.info +-@settitle automake ++@setfilename automake-1.7.info ++@settitle Automake-1.7 + @setchapternewpage off +@@ -9,10 +9,5 @@ + +-@dircategory Software development ++@dircategory Programming & development tools + @direntry +-* automake: (automake). Making Makefile.in's. +-@end direntry +- +-@dircategory Individual utilities +-@direntry +-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4. ++* Automake-1.7: (automake-1.7). Making Makefile.in's. + @end direntry |