diff options
Diffstat (limited to 'devel/autoconf254/files')
-rw-r--r-- | devel/autoconf254/files/patch-aa | 23 | ||||
-rw-r--r-- | devel/autoconf254/files/patch-ab | 10 | ||||
-rw-r--r-- | devel/autoconf254/files/patch-ac | 17 |
3 files changed, 0 insertions, 50 deletions
diff --git a/devel/autoconf254/files/patch-aa b/devel/autoconf254/files/patch-aa deleted file mode 100644 index eefb2438ca51..000000000000 --- a/devel/autoconf254/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.in.orig Tue Jan 5 08:27:16 1999 -+++ Makefile.in Sat Jan 23 23:29:33 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/autoconf254/files/patch-ab b/devel/autoconf254/files/patch-ab deleted file mode 100644 index d15dbdf44250..000000000000 --- a/devel/autoconf254/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- autoconf.texi.orig Tue Jan 5 08:28:37 1999 -+++ autoconf.texi Sat Jan 23 23:34:43 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/autoconf254/files/patch-ac b/devel/autoconf254/files/patch-ac deleted file mode 100644 index cfeaeef83ba2..000000000000 --- a/devel/autoconf254/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- standards.texi.orig Tue Jan 5 08:29:22 1999 -+++ standards.texi Sat Jan 23 23:36:36 1999 -@@ -4,12 +4,13 @@ - @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 - @format - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards: (standards). GNU coding standards. - END-INFO-DIR-ENTRY - @end format - @end ifinfo |