Blame patches/autoconf_2_69_host-2.69.local.patch

bd7121
--- autoconf-2.64/bin/Makefile.in.orig	2009-07-27 04:28:43.000000000 +0100
bd7121
+++ autoconf-2.64/bin/Makefile.in	2021-05-06 23:48:43.296357404 +0100
bd7121
@@ -53,10 +53,10 @@
bd7121
 # 02110-1301, USA.
bd7121
 
bd7121
 VPATH = @srcdir@
bd7121
-pkgdatadir = $(datadir)/@PACKAGE@
bd7121
-pkgincludedir = $(includedir)/@PACKAGE@
bd7121
-pkglibdir = $(libdir)/@PACKAGE@
bd7121
-pkglibexecdir = $(libexecdir)/@PACKAGE@
bd7121
+pkgdatadir = $(datadir)/@PACKAGE@-2.69
bd7121
+pkgincludedir = $(includedir)/@PACKAGE@-2.69
bd7121
+pkglibdir = $(libdir)/@PACKAGE@-2.69
bd7121
+pkglibexecdir = $(libexecdir)/@PACKAGE@-2.69
bd7121
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
bd7121
 install_sh_DATA = $(install_sh) -c -m 644
bd7121
 install_sh_PROGRAM = $(install_sh) -c
bd7121
@@ -283,9 +283,9 @@
bd7121
 	-e 's|@bindir[@]|$(bindir)|g' \
bd7121
 	-e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \
bd7121
 	-e 's|@prefix[@]|$(prefix)|g' \
bd7121
-	-e 's|@autoconf-name[@]|'`echo autoconf | sed '$(transform)'`'|g' \
bd7121
-	-e 's|@autoheader-name[@]|'`echo autoheader | sed '$(transform)'`'|g' \
bd7121
-	-e 's|@autom4te-name[@]|'`echo autom4te | sed '$(transform)'`'|g' \
bd7121
+	-e 's|@autoconf-name[@]|'`echo autoconf-2.69 | sed '$(transform)'`'|g' \
bd7121
+	-e 's|@autoheader-name[@]|'`echo autoheader-2.69 | sed '$(transform)'`'|g' \
bd7121
+	-e 's|@autom4te-name[@]|'`echo autom4te-2.69 | sed '$(transform)'`'|g' \
bd7121
 	-e 's|@M4[@]|$(M4)|g' \
bd7121
 	-e 's|@M4_DEBUGFILE[@]|$(M4_DEBUGFILE)|g' \
bd7121
 	-e 's|@M4_GNU[@]|$(M4_GNU)|g' \
bd7121
--- autoconf-2.64/lib/Makefile.in.orig	2009-07-27 04:28:44.000000000 +0100
bd7121
+++ autoconf-2.64/lib/Makefile.in	2021-05-07 00:21:50.717431704 +0100
bd7121
@@ -34,10 +34,10 @@
bd7121
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
bd7121
 
bd7121
 VPATH = @srcdir@
bd7121
-pkgdatadir = $(datadir)/@PACKAGE@
bd7121
-pkgincludedir = $(includedir)/@PACKAGE@
bd7121
-pkglibdir = $(libdir)/@PACKAGE@
bd7121
-pkglibexecdir = $(libexecdir)/@PACKAGE@
bd7121
+pkgdatadir = $(datadir)/@PACKAGE@-2.69
bd7121
+pkgincludedir = $(includedir)/@PACKAGE@-2.69
bd7121
+pkglibdir = $(libdir)/@PACKAGE@-2.69
bd7121
+pkglibexecdir = $(libexecdir)/@PACKAGE@-2.69
bd7121
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
bd7121
 install_sh_DATA = $(install_sh) -c -m 644
bd7121
 install_sh_PROGRAM = $(install_sh) -c
bd7121
@@ -223,9 +223,9 @@
bd7121
 	-e 's|@bindir[@]|$(bindir)|g' \
bd7121
 	-e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \
bd7121
 	-e 's|@prefix[@]|$(prefix)|g' \
bd7121
-	-e 's|@autoconf-name[@]|'`echo autoconf | sed '$(transform)'`'|g' \
bd7121
-	-e 's|@autoheader-name[@]|'`echo autoheader | sed '$(transform)'`'|g' \
bd7121
-	-e 's|@autom4te-name[@]|'`echo autom4te | sed '$(transform)'`'|g' \
bd7121
+	-e 's|@autoconf-name[@]|'`echo autoconf-2.69 | sed '$(transform)'`'|g' \
bd7121
+	-e 's|@autoheader-name[@]|'`echo autoheader-2.69 | sed '$(transform)'`'|g' \
bd7121
+	-e 's|@autom4te-name[@]|'`echo autom4te-2.69 | sed '$(transform)'`'|g' \
bd7121
 	-e 's|@M4[@]|$(M4)|g' \
bd7121
 	-e 's|@AWK[@]|$(AWK)|g' \
bd7121
 	-e 's|@VERSION[@]|$(VERSION)|g' \
bd7121
--- autoconf-2.69/man/Makefile.am	2022-12-27 15:22:52.186142107 +0800
bd7121
+++ autoconf-2.69/man/Makefile.am.orig	2012-01-21 21:46:39.000000000 +0800
bd7121
@@ -58,7 +58,8 @@
bd7121
 	    --include=$*.x \
bd7121
 	    --include=$(srcdir)/common.x \
bd7121
 	    --source='$(PACKAGE_STRING)' \
bd7121
-	    --output=$@.t `echo '$*' | sed 's,.*/,,'`
bd7121
+	    --output=$@.t \
bd7121
+	    --no-discard-stderr `echo '$*' | sed 's,.*/,,'`
bd7121
 	if sed $(remove_time_stamp) $@ >$@a.t 2>/dev/null && \
bd7121
 	   sed $(remove_time_stamp) $@.t | cmp $@a.t - >/dev/null 2>&1; then \
bd7121
 		touch $@; \
bd7121
--- autoconf-2.69/man/Makefile.in	2022-12-27 15:23:19.743692892 +0800
bd7121
+++ autoconf-2.69/man/Makefile.in.orig	2012-04-25 10:40:26.000000000 +0800
bd7121
@@ -464,7 +464,8 @@
bd7121
 	    --include=$*.x \
bd7121
 	    --include=$(srcdir)/common.x \
bd7121
 	    --source='$(PACKAGE_STRING)' \
bd7121
-	    --output=$@.t `echo '$*' | sed 's,.*/,,'`
bd7121
+	    --output=$@.t \
bd7121
+	    --no-discard-stderr `echo '$*' | sed 's,.*/,,'`
bd7121
 	if sed $(remove_time_stamp) $@ >$@a.t 2>/dev/null && \
bd7121
 	   sed $(remove_time_stamp) $@.t | cmp $@a.t - >/dev/null 2>&1; then \
bd7121
 		touch $@; \