diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-03 19:30:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-03 19:30:58 +0000 |
commit | 1bbd6aee0003efa1cecb9e5e045a39b7f0e083cf (patch) | |
tree | 6e77acd48caa008b7fb3711e466205b6878aa9ba /devel/autoconf/patches | |
parent | 7045d9a3edc9d43d8cdcdb3ac2a928becdeb2804 (diff) | |
download | pkgsrc-1bbd6aee0003efa1cecb9e5e045a39b7f0e083cf.tar.gz |
Update to 2.54 (from autoconf-devel package).
Does not conflict with autoconf213 package.
Diffstat (limited to 'devel/autoconf/patches')
-rw-r--r-- | devel/autoconf/patches/patch-aa | 25 | ||||
-rw-r--r-- | devel/autoconf/patches/patch-ab | 12 | ||||
-rw-r--r-- | devel/autoconf/patches/patch-ac | 12 | ||||
-rw-r--r-- | devel/autoconf/patches/patch-ad | 12 |
4 files changed, 0 insertions, 61 deletions
diff --git a/devel/autoconf/patches/patch-aa b/devel/autoconf/patches/patch-aa deleted file mode 100644 index 4014d6b6815..00000000000 --- a/devel/autoconf/patches/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2001/08/28 14:58:16 skrll Exp $ - ---- Makefile.in-orig Tue Jan 5 14:27:16 1999 -+++ Makefile.in Wed Jan 6 17:10:56 1999 -@@ -141,7 +141,7 @@ - - install: all $(M4FILES) acconfig.h installdirs install-info - for p in $(ASCRIPTS); do \ -- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ -+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - done - for i in $(M4FROZEN); do \ - $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ -@@ -150,9 +150,9 @@ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done - -if test -f autoscan; then \ -- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ -+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -- acmakevars; do \ -+ acmakevars config.guess config.sub; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi diff --git a/devel/autoconf/patches/patch-ab b/devel/autoconf/patches/patch-ab deleted file mode 100644 index 8e22239abd6..00000000000 --- a/devel/autoconf/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2001/08/28 14:58:16 skrll Exp $ - ---- autoconf.texi-orig Tue Jan 5 14:28:37 1999 -+++ autoconf.texi Wed Jan 6 16:36:16 1999 -@@ -4,6 +4,7 @@ - @settitle Autoconf - @c For double-sided printing, uncomment: - @c @setchapternewpage odd -+@dircategory Programming & development tools - @c %**end of header - - @set EDITION 2.13 diff --git a/devel/autoconf/patches/patch-ac b/devel/autoconf/patches/patch-ac deleted file mode 100644 index 1b0405413d1..00000000000 --- a/devel/autoconf/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.5 2001/08/28 14:58:16 skrll Exp $ - ---- standards.texi-orig Tue Jan 5 14:29:22 1999 -+++ standards.texi Wed Jan 6 16:39:21 1999 -@@ -4,6 +4,7 @@ - @settitle GNU Coding Standards - @c This date is automagically updated when you save this file: - @set lastupdate August 26, 1998 -+@dircategory Programming & development tools - @c %**end of header - - @ifinfo diff --git a/devel/autoconf/patches/patch-ad b/devel/autoconf/patches/patch-ad deleted file mode 100644 index 6a0b11d3a5e..00000000000 --- a/devel/autoconf/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.4 2001/08/28 14:58:16 skrll Exp $ ---- configure.BAK Wed Sep 8 17:36:21 1999 -+++ configure Wed Sep 8 17:36:27 1999 -@@ -583,7 +583,7 @@ - done - test -n "$M4" || M4="m4" - --for ac_prog in mawk gawk nawk awk -+for ac_prog in gawk nawk awk mawk - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 |