update to 2.13

This commit is contained in:
marc 1999-01-06 21:29:51 +00:00
parent a66db21260
commit d4db5f316b
6 changed files with 33 additions and 40 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.2 1998/10/08 18:21:00 marc Exp $ # $OpenBSD: Makefile,v 1.3 1999/01/06 21:29:51 marc Exp $
# #
DISTNAME= autoconf-2.12 DISTNAME= autoconf-2.13
CATEGORIES= devel CATEGORIES= devel
MAINTAINER= joey@OpenBSD.ORG MAINTAINER= marc@OpenBSD.ORG
MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITES= ${MASTER_SITE_GNU}

View File

@ -1 +1 @@
MD5 (autoconf-2.12.tar.gz) = 8d7a2b2eda07601308c3031197c78b8a MD5 (autoconf-2.13.tar.gz) = f17672fa61dcb22f2ae0ca23d4deeec4

View File

@ -1,21 +1,20 @@
--- ./Makefile.in.org Wed Nov 22 10:09:44 1995 --- Makefile.in.~1~ Tue Jan 5 05:27:16 1999
+++ ./Makefile.in Thu Mar 28 23:02:49 1996 +++ Makefile.in Wed Jan 6 13:18:48 1999
@@ -131,15 +131,15 @@ @@ -141,7 +141,7 @@
*) echo Error: Autoconf requires GNU m4 1.1 or later; exit 1 ;; \
esac install: all $(M4FILES) acconfig.h installdirs install-info
for p in $(ASCRIPTS); do \ for p in $(ASCRIPTS); do \
- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ + $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
done done
for i in $(M4FILES) acconfig.h; do \ for i in $(M4FROZEN); do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ $(INSTALL_DATA) $$i $(acdatadir)/$$i; \
@@ -150,7 +150,7 @@
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done done
-if test -f autoscan; then \ -if test -f autoscan; then \
- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \ for i in acfunctions acheaders acidentifiers acprograms \
- acmakevars; do \ acmakevars; do \
+ acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi

View File

@ -1,5 +1,5 @@
--- autoconf.texi.orig Wed Nov 27 03:09:46 1996 --- autoconf.texi.orig Tue Jan 5 05:28:37 1999
+++ autoconf.texi Fri Jun 13 16:29:42 1997 +++ autoconf.texi Wed Jan 6 13:06:27 1999
@@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
@settitle Autoconf @settitle Autoconf
@c For double-sided printing, uncomment: @c For double-sided printing, uncomment:
@ -7,4 +7,4 @@
+@dircategory Programming & development tools +@dircategory Programming & development tools
@c %**end of header @c %**end of header
@set EDITION 2.12 @set EDITION 2.13

View File

@ -1,17 +1,10 @@
--- standards.texi.orig Fri Oct 11 11:32:48 1996 --- standards.texi.orig Tue Jan 5 05:29:22 1999
+++ standards.texi Fri Jun 13 16:26:11 1997 +++ standards.texi Wed Jan 6 13:08:00 1999
@@ -4,12 +4,13 @@ @@ -4,6 +4,7 @@
@settitle GNU Coding Standards @settitle GNU Coding Standards
@c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! @c This date is automagically updated when you save this file:
@set lastupdate 9 September 1996 @set lastupdate August 26, 1998
+@dircategory Programming & development tools +@dircategory Programming & development tools
@c %**end of header @c %**end of header
@ifinfo @ifinfo
@format
START-INFO-DIR-ENTRY
-* Standards: (standards). GNU coding standards.
+* Standards: (standards). GNU coding standards.
END-INFO-DIR-ENTRY
@end format
@end ifinfo

View File

@ -1,3 +1,6 @@
@cwd /usr/local
@name autoconf-2.13
@pkgdep m4-1.4
bin/autoconf bin/autoconf
bin/autoheader bin/autoheader
bin/autoreconf bin/autoreconf
@ -11,19 +14,17 @@ info/standards.info
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/autoconf.info %D/info/dir @exec install-info %D/info/autoconf.info %D/info/dir
@exec install-info %D/info/standards.info %D/info/dir @exec install-info %D/info/standards.info %D/info/dir
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4f
share/autoconf/autoconf.m4
share/autoconf/acgeneral.m4
share/autoconf/acoldnames.m4
share/autoconf/acspecific.m4
share/autoconf/autoheader.m4
share/autoconf/acconfig.h share/autoconf/acconfig.h
share/autoconf/acfunctions share/autoconf/acfunctions
share/autoconf/acgeneral.m4
share/autoconf/acheaders share/autoconf/acheaders
share/autoconf/acidentifiers share/autoconf/acidentifiers
share/autoconf/acmakevars
share/autoconf/acoldnames.m4
share/autoconf/acprograms share/autoconf/acprograms
share/autoconf/acspecific.m4 share/autoconf/acmakevars
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4
share/autoconf/autoheader.m4f
share/autoconf/config.guess
share/autoconf/config.sub
@dirrm share/autoconf @dirrm share/autoconf