aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf213/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-07-28 06:33:59 +0000
committerAde Lovett <ade@FreeBSD.org>2007-07-28 06:33:59 +0000
commit3b3128196e8706c3616c88df7206b4a27f7b8959 (patch)
tree31433c1d06ed5be6756933b97f6d80a77f17b710 /devel/autoconf213/files
parent8cc5d5476277491942e4695f3ffd43176f7badc6 (diff)
Notes
Diffstat (limited to 'devel/autoconf213/files')
-rw-r--r--devel/autoconf213/files/patch-Makefile.in72
-rw-r--r--devel/autoconf213/files/patch-autoconf.texi6
2 files changed, 17 insertions, 61 deletions
diff --git a/devel/autoconf213/files/patch-Makefile.in b/devel/autoconf213/files/patch-Makefile.in
index c2f58f6abbb7..cddd63509ff7 100644
--- a/devel/autoconf213/files/patch-Makefile.in
+++ b/devel/autoconf213/files/patch-Makefile.in
@@ -1,80 +1,36 @@
---- Makefile.in.orig Sun Feb 27 11:18:10 2000
-+++ Makefile.in Sat Oct 12 19:40:56 2002
-@@ -49,7 +49,7 @@
-
- # Directory in which to install library files.
+--- Makefile.in.orig Sun Feb 27 08:18:10 2000
++++ Makefile.in Thu Apr 5 02:14:57 2007
+@@ -51,3 +51,3 @@
datadir = @datadir@
-acdatadir = $(datadir)/autoconf
-+acdatadir = $(datadir)/autoconf213
++acdatadir = $(datadir)/autoconf-2.13
- # Directory in which to install documentation info files.
- infodir = @infodir@
-@@ -68,7 +68,7 @@
- DISTFILES = AUTHORS COPYING ChangeLog ChangeLog.1 INSTALL \
- Makefile.in NEWS README TODO $(M4FILES) \
+@@ -70,3 +70,3 @@
acconfig.h acfunctions acheaders acidentifiers \
- acmakevars acprograms autoconf.info* \
-+ acmakevars acprograms autoconf213.info* \
++ acmakevars acprograms autoconf-2.13.info* \
autoconf.sh autoconf.texi install.texi \
- autoheader.sh autoscan.pl autoreconf.sh autoupdate.sh ifnames.sh \
- config.guess config.sub configure configure.in \
-@@ -106,10 +106,10 @@
- autoconf.m4f: autoconf.m4 acgeneral.m4 acspecific.m4 acoldnames.m4
- autoheader.m4f: autoheader.m4 acgeneral.m4 acspecific.m4 acoldnames.m4
+@@ -108,6 +108,6 @@
-info: autoconf.info @standards_info@ INSTALL
-+info: autoconf213.info
++info: autoconf-2.13.info
# Use --no-split to avoid creating filenames > 14 chars.
-autoconf.info: autoconf.texi install.texi
-+autoconf213.info: autoconf.texi install.texi
++autoconf-2.13.info: autoconf.texi install.texi
$(MAKEINFO) -I$(srcdir) $(srcdir)/autoconf.texi --no-split --output=$@
-
- INSTALL: install.texi
-@@ -119,7 +119,7 @@
- standards.info: standards.texi make-stds.texi
- $(MAKEINFO) -I$(srcdir) $(srcdir)/standards.texi --no-split --output=$@
-
--dvi: autoconf.dvi @standards_dvi@
-+dvi: autoconf.dvi
-
- autoconf.dvi: autoconf.texi
- $(TEXI2DVI) $(srcdir)/autoconf.texi
-@@ -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,16 +150,16 @@
- $(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)'`; \
+@@ -154,3 +154,3 @@
for i in acfunctions acheaders acidentifiers acprograms \
- acmakevars; do \
+ acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
- done; \
- else :; fi
-
- # Don't cd, to avoid breaking install-sh references.
+@@ -161,3 +161,3 @@
install-info: info installdirs
- if test -f autoconf.info; then \
-+ if test -f autoconf213.info; then \
++ if test -f autoconf-2.13.info; then \
for i in *.info*; do \
- $(INSTALL_DATA) $$i $(infodir)/$$i; \
- done; \
-@@ -174,7 +174,7 @@
- rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
- done
+@@ -176,3 +176,3 @@
rm -fr $(acdatadir)
- cd $(infodir) && rm -f autoconf.info*
-+ cd $(infodir) && rm -f autoconf213.info*
++ cd $(infodir) && rm -f autoconf-2.13.info*
if test -f standards.info || test -f $(srcdir)/standards.info; \
- then cd $(infodir) && rm -f standards.info*; fi
-
diff --git a/devel/autoconf213/files/patch-autoconf.texi b/devel/autoconf213/files/patch-autoconf.texi
index 7f621a6e827e..85f0dbb08b70 100644
--- a/devel/autoconf213/files/patch-autoconf.texi
+++ b/devel/autoconf213/files/patch-autoconf.texi
@@ -5,8 +5,8 @@
@c %**start of header
-@setfilename autoconf.info
-@settitle Autoconf
-+@setfilename autoconf213.info
-+@settitle Autoconf213
++@setfilename autoconf-2.13.info
++@settitle Autoconf-2.13
@c For double-sided printing, uncomment:
@c @setchapternewpage odd
+@dircategory Programming & development tools
@@ -18,7 +18,7 @@
@format
START-INFO-DIR-ENTRY
-* Autoconf: (autoconf). Create source code configuration scripts.
-+* Autoconf213: (autoconf213). Create source code configuration scripts.
++* Autoconf-2.13: (autoconf-2.13). Create source code configuration scripts.
END-INFO-DIR-ENTRY
@end format