Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 158355 Details for
Bug 246488
Add autoconf259
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
A patch for autoconf259 info files
autoconf-2.59-info-1.patch (text/plain), 5.31 KB, created by
H.J. Lu
on 2007-07-02 17:31:47 UTC
(
hide
)
Description:
A patch for autoconf259 info files
Filename:
MIME Type:
Creator:
H.J. Lu
Created:
2007-07-02 17:31:47 UTC
Size:
5.31 KB
patch
obsolete
>--- autoconf-2.59/doc/Makefile.in.info 2003-11-06 01:33:27.000000000 -0800 >+++ autoconf-2.59/doc/Makefile.in 2007-06-30 08:26:55.000000000 -0700 >@@ -48,12 +48,12 @@ SOURCES = > DIST_SOURCES = > TEXINFO_TEX = $(top_srcdir)/config/texinfo.tex > am__TEXINFO_TEX_DIR = $(top_srcdir)/config >-INFO_DEPS = autoconf.info standards.info >+INFO_DEPS = autoconf259.info standards.info > DVIS = autoconf.dvi standards.dvi > PDFS = autoconf.pdf standards.pdf > PSS = autoconf.ps standards.ps > HTMLS = autoconf.html standards.html >-TEXINFOS = autoconf.texi standards.texi >+TEXINFOS = autoconf259.texi standards.texi > TEXI2PDF = $(TEXI2DVI) --pdf --batch > DVIPS = dvips > am__installdirs = $(DESTDIR)$(infodir) >@@ -121,7 +121,7 @@ AM_MAKEINFOFLAGS = --no-split > TEXI2DVI = texi2dvi --batch > TEXI2HTML = texi2html > TEXI2HTML_FLAGS = -split_chapter >-info_TEXINFOS = autoconf.texi standards.texi >+info_TEXINFOS = autoconf259.texi standards.texi > autoconf_TEXINFOS = fdl.texi install.texi > standards_TEXINFOS = make-stds.texi > >@@ -197,14 +197,14 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) > .texi.html: > $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) --html -I $(srcdir) \ > -o $@ $< >-autoconf.info: autoconf.texi version.texi $(autoconf_TEXINFOS) >-autoconf.dvi: autoconf.texi version.texi $(autoconf_TEXINFOS) >-autoconf.pdf: autoconf.texi version.texi $(autoconf_TEXINFOS) >-autoconf.html: autoconf.texi version.texi $(autoconf_TEXINFOS) >+autoconf259.info: autoconf259.texi version.texi $(autoconf_TEXINFOS) >+autoconf.dvi: autoconf259.texi version.texi $(autoconf_TEXINFOS) >+autoconf.pdf: autoconf259.texi version.texi $(autoconf_TEXINFOS) >+autoconf.html: autoconf259.texi version.texi $(autoconf_TEXINFOS) > version.texi: stamp-vti >-stamp-vti: autoconf.texi $(top_srcdir)/configure >- @(dir=.; test -f ./autoconf.texi || dir=$(srcdir); \ >- set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/autoconf.texi`; \ >+stamp-vti: autoconf259.texi $(top_srcdir)/configure >+ @(dir=.; test -f ./autoconf259.texi || dir=$(srcdir); \ >+ set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/autoconf259.texi`; \ > echo "@set UPDATED $$1 $$2 $$3"; \ > echo "@set UPDATED-MONTH $$2 $$3"; \ > echo "@set EDITION $(VERSION)"; \ >@@ -434,8 +434,8 @@ uninstall-am: uninstall-info-am > > html: autoconf_1.html standards_1.html > >-autoconf_1.html: autoconf.texi install.texi >- $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/autoconf.texi >+autoconf_1.html: autoconf259.texi install.texi >+ $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/autoconf259.texi > > standards_1.html: standards.texi make-stds.texi > $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/standards.texi >--- autoconf-2.59/doc/autoconf.texi.info 2003-11-05 02:38:29.000000000 -0800 >+++ autoconf-2.59/doc/autoconf.texi 2007-06-30 08:27:54.000000000 -0700 >@@ -1,9 +1,9 @@ > \input texinfo @c -*-texinfo-*- > @comment ======================================================== > @comment %**start of header >-@setfilename autoconf.info >+@setfilename autoconf259.info > @include version.texi >-@settitle Autoconf >+@settitle Autoconf259 > @setchapternewpage odd > @setcontentsaftertitlepage > @finalout >@@ -210,31 +210,31 @@ published by the Free Software Foundatio > > @dircategory Software development > @direntry >-* Autoconf: (autoconf). Create source code configuration scripts. >+* Autoconf259: (autoconf259). Create source code configuration scripts. > @end direntry > > @dircategory Individual utilities > @direntry >-* autoscan: (autoconf)autoscan Invocation. >+* autoscan259: (autoconf259)autoscan Invocation. > Semi-automatic @file{configure.ac} writing >-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source. >-* autoconf: (autoconf)autoconf Invocation. >+* ifnames259: (autoconf259)ifnames Invocation. Listing conditionals in source. >+* autoconf259: (autoconf259)autoconf Invocation. > How to create configuration scripts >-* autoreconf: (autoconf)autoreconf Invocation. >+* autoreconf259: (autoconf259)autoreconf Invocation. > Remaking multiple @command{configure} scripts >-* autoheader: (autoconf)autoheader Invocation. >+* autoheader259: (autoconf259)autoheader Invocation. > How to create configuration templates >-* autom4te: (autoconf)autom4te Invocation. >+* autom4te259: (autoconf259)autom4te Invocation. > The Autoconf executables backbone >-* configure: (autoconf)configure Invocation. Configuring a package. >-* autoupdate: (autoconf)autoupdate Invocation. >+* configure259: (autoconf259)configure Invocation. Configuring a package. >+* autoupdate259: (autoconf259)autoupdate Invocation. > Automatic update of @file{configure.ac} >-* config.status: (autoconf)config.status Invocation. Recreating configurations. >-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite. >+* config.status259: (autoconf259)config.status Invocation. Recreating configurations. >+* testsuite259: (autoconf259)testsuite Invocation. Running an Autotest test suite. > @end direntry > > @titlepage >-@title Autoconf >+@title Autoconf259 > @subtitle Creating Automatic Configuration Scripts > @subtitle for version @value{VERSION}, @value{UPDATED} > @author David MacKenzie >@@ -250,7 +250,7 @@ published by the Free Software Foundatio > > @ifnottex > @node Top >-@top Autoconf >+@top Autoconf259 > @insertcopying > @end ifnottex >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246488
:
158354
| 158355 |
158356