diff options
Diffstat (limited to 'devel/autoconf213/files/patch-Makefile.in')
-rw-r--r-- | devel/autoconf213/files/patch-Makefile.in | 72 |
1 files changed, 14 insertions, 58 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 - |