]> git.pld-linux.org Git - packages/automake.git/commitdiff
- don't search for automake, use the one provided with sources.
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Sat, 27 Nov 1999 13:01:08 +0000 (13:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake-Makefile.patch -> 1.1

automake-Makefile.patch [new file with mode: 0644]

diff --git a/automake-Makefile.patch b/automake-Makefile.patch
new file mode 100644 (file)
index 0000000..c046577
--- /dev/null
@@ -0,0 +1,60 @@
+diff -Nur automake-1.4.orig/Makefile.in automake-1.4/Makefile.in
+--- automake-1.4.orig/Makefile.in      Fri Nov 26 10:04:43 1999
++++ automake-1.4/Makefile.in   Sat Nov 27 12:50:23 1999
+@@ -40,9 +40,9 @@
+ top_builddir = .
+-ACLOCAL = @ACLOCAL@
++ACLOCAL = ./aclocal --acdir=./m4
+ AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
++AUTOMAKE = ./automake --amdir=.
+ AUTOHEADER = @AUTOHEADER@
+ INSTALL = @INSTALL@
+diff -Nur automake-1.4.orig/aclocal.m4 automake-1.4/aclocal.m4
+--- automake-1.4.orig/aclocal.m4       Fri Nov 26 10:04:43 1999
++++ automake-1.4/aclocal.m4    Sat Nov 27 12:52:14 1999
+@@ -36,9 +36,9 @@
+ AC_REQUIRE([AC_ARG_PROGRAM])
+ dnl FIXME This is truly gross.
+ missing_dir=`cd $ac_aux_dir && pwd`
+-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
++# AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
+ AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
+-AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
++# AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
+ AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
+ AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
+ AC_REQUIRE([AC_PROG_MAKE_SET])])
+diff -Nur automake-1.4.orig/m4/Makefile.in automake-1.4/m4/Makefile.in
+--- automake-1.4.orig/m4/Makefile.in   Fri Nov 26 10:04:43 1999
++++ automake-1.4/m4/Makefile.in        Sat Nov 27 12:50:23 1999
+@@ -40,9 +40,9 @@
+ top_builddir = ..
+-ACLOCAL = @ACLOCAL@
++ACLOCAL = ../aclocal --acdir=.
+ AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
++AUTOMAKE = ../automake --amdir=..
+ AUTOHEADER = @AUTOHEADER@
+ INSTALL = @INSTALL@
+diff -Nur automake-1.4.orig/tests/Makefile.in automake-1.4/tests/Makefile.in
+--- automake-1.4.orig/tests/Makefile.in        Fri Nov 26 10:04:43 1999
++++ automake-1.4/tests/Makefile.in     Sat Nov 27 12:50:23 1999
+@@ -40,9 +40,9 @@
+ top_builddir = ..
+-ACLOCAL = @ACLOCAL@
++ACLOCAL = ../aclocal --acdir=../m4
+ AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
++AUTOMAKE = ../automake --amdir=..
+ AUTOHEADER = @AUTOHEADER@
+ INSTALL = @INSTALL@
This page took 0.081389 seconds and 4 git commands to generate.