diff options
Diffstat (limited to 'devel/autoconf253/files')
-rw-r--r-- | devel/autoconf253/files/patch-autoconf.texi | 35 | ||||
-rw-r--r-- | devel/autoconf253/files/patch-bin-autoscan.in | 15 | ||||
-rw-r--r-- | devel/autoconf253/files/patch-doc-Makefile.in | 28 |
3 files changed, 0 insertions, 78 deletions
diff --git a/devel/autoconf253/files/patch-autoconf.texi b/devel/autoconf253/files/patch-autoconf.texi deleted file mode 100644 index ccff64a74e97..000000000000 --- a/devel/autoconf253/files/patch-autoconf.texi +++ /dev/null @@ -1,35 +0,0 @@ ---- doc/autoconf.texi.orig Fri Mar 8 04:57:41 2002 -+++ doc/autoconf.texi Sat Apr 14 15:36:01 2007 -@@ -2,4 +2,4 @@ - @c %**start of header --@setfilename autoconf.info --@settitle Autoconf -+@setfilename autoconf-2.53.info -+@settitle Autoconf-2.53 - -@@ -34,23 +34,5 @@ - --@dircategory GNU admin -+@dircategory Programming & development tools - @direntry --* Autoconf: (autoconf). Create source code configuration scripts --@end direntry -- --@dircategory Individual utilities --@direntry --* autoscan: (autoconf)autoscan Invocation. -- Semi-automatic @file{configure.ac} writing --* ifnames: (autoconf)ifnames Invocation. -- Listing the conditionals in source code --* autoconf: (autoconf)autoconf Invocation. -- How to create configuration scripts --* autoreconf: (autoconf)autoreconf Invocation. -- Remaking multiple @command{configure} scripts --* configure: (autoconf)configure Invocation. -- Configuring a package --* config.status: (autoconf)config.status Invocation. -- Recreating a configuration --* testsuite: (autoconf)testsuite Invocation. -- Running an Autotest test suite -+* Autoconf-2.53: (autoconf-2.53). Create source code configuration scripts. - @end direntry diff --git a/devel/autoconf253/files/patch-bin-autoscan.in b/devel/autoconf253/files/patch-bin-autoscan.in deleted file mode 100644 index 68836ffb60bc..000000000000 --- a/devel/autoconf253/files/patch-bin-autoscan.in +++ /dev/null @@ -1,15 +0,0 @@ ---- bin/autoscan.in.orig Fri Mar 8 06:52:41 2002 -+++ bin/autoscan.in Mon Sep 16 03:56:50 2002 -@@ -192,7 +192,11 @@ - sub used ($$;$) - { - my ($kind, $word, $where) = @_; -- $where ||= "$File::Find::name:$."; -+ my $lineno = 0; -+ if (defined($.)) { -+ $lineno = $.; -+ } -+ $where ||= "$File::Find::name:$lineno"; - push (@{$used{$kind}{$word}}, $where); - } - diff --git a/devel/autoconf253/files/patch-doc-Makefile.in b/devel/autoconf253/files/patch-doc-Makefile.in deleted file mode 100644 index a4d4c79be5f0..000000000000 --- a/devel/autoconf253/files/patch-doc-Makefile.in +++ /dev/null @@ -1,28 +0,0 @@ ---- doc/Makefile.in.orig Fri Mar 8 05:10:30 2002 -+++ doc/Makefile.in Thu Apr 5 01:01:20 2007 -@@ -86,3 +86,3 @@ - --info_TEXINFOS = autoconf.texi standards.texi -+info_TEXINFOS = autoconf-2.53.texi - autoconf_TEXINFOS = fdl.texi install.texi -@@ -103,5 +103,5 @@ - TEXINFO_TEX = $(top_srcdir)/config/texinfo.tex --INFO_DEPS = autoconf.info standards.info --DVIS = autoconf.dvi standards.dvi --TEXINFOS = autoconf.texi standards.texi -+INFO_DEPS = autoconf-2.53.info -+DVIS = autoconf.dvi -+TEXINFOS = autoconf-2.53.texi - DIST_COMMON = $(autoconf_TEXINFOS) $(standards_TEXINFOS) Makefile.am \ -@@ -120,4 +120,4 @@ - @: --$(srcdir)/stamp-vti: autoconf.texi $(top_srcdir)/configure.ac -- @(set `$(SHELL) $(top_srcdir)/config/mdate-sh $(srcdir)/autoconf.texi`; \ -+$(srcdir)/stamp-vti: autoconf-2.53.texi $(top_srcdir)/configure.ac -+ @(set `$(SHELL) $(top_srcdir)/config/mdate-sh $(srcdir)/autoconf-2.53.texi`; \ - echo "@set UPDATED $$1 $$2 $$3"; \ -@@ -138,3 +138,3 @@ - --autoconf.info: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS) -+autoconf-2.53.info: autoconf-2.53.texi $(srcdir)/version.texi $(autoconf_TEXINFOS) - autoconf.dvi: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS) |