diff options
author | 2002-12-14 19:19:01 +0000 | |
---|---|---|
committer | 2002-12-14 19:19:01 +0000 | |
commit | c252af25e03221ece3f663a98f50a1c50c175df2 (patch) | |
tree | c5ffed3b777c3e31ab7bac9d04b6a30c6a693b40 /sys-devel/autoconf/files/autoconf-2.5-infopage-namechange.patch | |
parent | version bump (diff) | |
download | gentoo-2-c252af25e03221ece3f663a98f50a1c50c175df2.tar.gz gentoo-2-c252af25e03221ece3f663a98f50a1c50c175df2.tar.bz2 gentoo-2-c252af25e03221ece3f663a98f50a1c50c175df2.zip |
fix 2.5x info page not in DIR, closing bug #12085
Diffstat (limited to 'sys-devel/autoconf/files/autoconf-2.5-infopage-namechange.patch')
-rw-r--r-- | sys-devel/autoconf/files/autoconf-2.5-infopage-namechange.patch | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/sys-devel/autoconf/files/autoconf-2.5-infopage-namechange.patch b/sys-devel/autoconf/files/autoconf-2.5-infopage-namechange.patch new file mode 100644 index 000000000000..52e1bee0a933 --- /dev/null +++ b/sys-devel/autoconf/files/autoconf-2.5-infopage-namechange.patch @@ -0,0 +1,95 @@ +--- autoconf-2.54/doc/autoconf.texi.orig 2002-12-14 20:17:38.000000000 +0200 ++++ autoconf-2.54/doc/autoconf.texi 2002-12-14 20:18:09.000000000 +0200 +@@ -1,9 +1,9 @@ + \input texinfo @c -*-texinfo-*- + @comment ======================================================== + @comment %**start of header +-@setfilename autoconf.info ++@setfilename autoconf25.info + @include version.texi +-@settitle Autoconf ++@settitle Autoconf v2.5 + @setchapternewpage odd + @setcontentsaftertitlepage + @finalout +@@ -96,30 +96,30 @@ + +-@dircategory GNU programming tools ++@dircategory Miscellaneous + @direntry +-* Autoconf: (autoconf). Create source code configuration scripts ++* Autoconf v2.5: (autoconf25). Create source code configuration scripts + @end direntry + + @dircategory Individual utilities + @direntry +-* autoscan: (autoconf)autoscan Invocation. ++* autoscan: (autoconf25)autoscan Invocation. + Semi-automatic @file{configure.ac} writing +-* ifnames: (autoconf)ifnames Invocation. ++* ifnames: (autoconf25)ifnames Invocation. + Listing the conditionals in source code +-* autoconf: (autoconf)autoconf Invocation. ++* autoconf: (autoconf25)autoconf Invocation. + How to create configuration scripts +-* autoreconf: (autoconf)autoreconf Invocation. ++* autoreconf: (autoconf25)autoreconf Invocation. + Remaking multiple @command{configure} scripts +-* autoheader: (autoconf)autoheader Invocation. ++* autoheader: (autoconf25)autoheader Invocation. + How to create configuration templates +-* autom4te: (autoconf)Invoking autom4te. ++* autom4te: (autoconf25)Invoking autom4te. + The Autoconf executables backbone +-* configure: (autoconf)configure Invocation. ++* configure: (autoconf25)configure Invocation. + Configuring a package +-* autoupdate: (autoconf)autoupdate Invocation. ++* autoupdate: (autoconf25)autoupdate Invocation. + Automatic update of @file{configure.ac} +-* config.status: (autoconf)config.status Invocation. ++* config.status: (autoconf25)config.status Invocation. + Recreating a configuration +-* testsuite: (autoconf)testsuite Invocation. ++* testsuite: (autoconf25)testsuite Invocation. + Running an Autotest test suite + @end direntry + +--- autoconf-2.54/doc/Makefile.in.orig 2002-12-14 20:26:08.000000000 +0200 ++++ autoconf-2.54/doc/Makefile.in 2002-12-14 20:28:12.000000000 +0200 +@@ -95,7 +95,7 @@ + TEXI2HTML = texi2html + TEXI2HTML_FLAGS = -split_chapter + +-info_TEXINFOS = autoconf.texi standards.texi ++info_TEXINFOS = autoconf25.texi standards.texi + autoconf_TEXINFOS = fdl.texi install.texi + standards_TEXINFOS = make-stds.texi + +@@ -112,7 +112,7 @@ + DIST_SOURCES = + TEXINFO_TEX = $(top_srcdir)/config/texinfo.tex + am__TEXINFO_TEX_DIR = $(top_srcdir)/config +-INFO_DEPS = autoconf.info standards.info ++INFO_DEPS = autoconf25.info standards.info + DVIS = autoconf.dvi standards.dvi + PDFS = autoconf.pdf standards.pdf + PSS = autoconf.ps standards.ps +@@ -143,13 +143,13 @@ + TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ + MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ + $(TEXI2PDF) `test -f '$<' || echo '$(srcdir)/'`$< +-autoconf.info: version.texi $(autoconf_TEXINFOS) ++autoconf25.info: version.texi $(autoconf_TEXINFOS) + autoconf.dvi: version.texi $(autoconf_TEXINFOS) + autoconf.pdf: version.texi $(autoconf_TEXINFOS) + version.texi: stamp-vti +-stamp-vti: autoconf.texi $(top_srcdir)/configure.ac +- @(dir=.; test -f ./autoconf.texi || dir=$(srcdir); \ +- set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/autoconf.texi`; \ ++stamp-vti: autoconf25.texi $(top_srcdir)/configure.ac ++ @(dir=.; test -f ./autoconf25.texi || dir=$(srcdir); \ ++ set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/autoconf25.texi`; \ + echo "@set UPDATED $$1 $$2 $$3"; \ + echo "@set UPDATED-MONTH $$2 $$3"; \ + echo "@set EDITION $(VERSION)"; \ |