]> git.pld-linux.org Git - packages/texinfo.git/commitdiff
- we must fool AC/AM in order to build texinfo 4.8 on Ra
authorhawk <hawk@pld-linux.org>
Thu, 29 Dec 2005 00:04:55 +0000 (00:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texinfo-ac_am.patch -> 1.1.2.1

texinfo-ac_am.patch [new file with mode: 0644]

diff --git a/texinfo-ac_am.patch b/texinfo-ac_am.patch
new file mode 100644 (file)
index 0000000..932d13d
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ur texinfo-4.8.orig/Makefile.am texinfo-4.8.patched/Makefile.am
+--- texinfo-4.8.orig/Makefile.am       Wed Dec 15 19:14:56 2004
++++ texinfo-4.8.patched/Makefile.am    Thu Dec 29 00:34:13 2005
+@@ -11,7 +11,7 @@
+ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ # Be sure we're using the right version of Automake.
+-AUTOMAKE_OPTIONS = 1.8 readme-alpha
++AUTOMAKE_OPTIONS = 1.7 readme-alpha
+ # Additional files to distribute.
+ EXTRA_DIST = ChangeLog.46 INSTALL.generic INTRODUCTION README.dev \
+diff -ur texinfo-4.8.orig/configure.ac texinfo-4.8.patched/configure.ac
+--- texinfo-4.8.orig/configure.ac      Fri Dec 31 19:00:48 2004
++++ texinfo-4.8.patched/configure.ac   Thu Dec 29 00:28:18 2005
+@@ -9,7 +9,7 @@
+ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ #
+-AC_PREREQ(2.59)# Minimum Autoconf version required.
++AC_PREREQ(2.57)# Minimum Autoconf version required.
+ #
+ AC_INIT([GNU Texinfo], [4.8])
+ AC_CONFIG_HEADERS(config.h:config.in)# Keep filename to 8.3 for MS-DOS.
This page took 0.037193 seconds and 4 git commands to generate.