]> git.pld-linux.org Git - packages/automake.git/blob - automake-Makefile.patch
c0465772b2d06380da57bdea023a44967f54d4b1
[packages/automake.git] / automake-Makefile.patch
1 diff -Nur automake-1.4.orig/Makefile.in automake-1.4/Makefile.in
2 --- automake-1.4.orig/Makefile.in       Fri Nov 26 10:04:43 1999
3 +++ automake-1.4/Makefile.in    Sat Nov 27 12:50:23 1999
4 @@ -40,9 +40,9 @@
5  
6  top_builddir = .
7  
8 -ACLOCAL = @ACLOCAL@
9 +ACLOCAL = ./aclocal --acdir=./m4
10  AUTOCONF = @AUTOCONF@
11 -AUTOMAKE = @AUTOMAKE@
12 +AUTOMAKE = ./automake --amdir=.
13  AUTOHEADER = @AUTOHEADER@
14  
15  INSTALL = @INSTALL@
16 diff -Nur automake-1.4.orig/aclocal.m4 automake-1.4/aclocal.m4
17 --- automake-1.4.orig/aclocal.m4        Fri Nov 26 10:04:43 1999
18 +++ automake-1.4/aclocal.m4     Sat Nov 27 12:52:14 1999
19 @@ -36,9 +36,9 @@
20  AC_REQUIRE([AC_ARG_PROGRAM])
21  dnl FIXME This is truly gross.
22  missing_dir=`cd $ac_aux_dir && pwd`
23 -AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
24 +# AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
25  AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
26 -AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
27 +# AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
28  AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
29  AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
30  AC_REQUIRE([AC_PROG_MAKE_SET])])
31 diff -Nur automake-1.4.orig/m4/Makefile.in automake-1.4/m4/Makefile.in
32 --- automake-1.4.orig/m4/Makefile.in    Fri Nov 26 10:04:43 1999
33 +++ automake-1.4/m4/Makefile.in Sat Nov 27 12:50:23 1999
34 @@ -40,9 +40,9 @@
35  
36  top_builddir = ..
37  
38 -ACLOCAL = @ACLOCAL@
39 +ACLOCAL = ../aclocal --acdir=.
40  AUTOCONF = @AUTOCONF@
41 -AUTOMAKE = @AUTOMAKE@
42 +AUTOMAKE = ../automake --amdir=..
43  AUTOHEADER = @AUTOHEADER@
44  
45  INSTALL = @INSTALL@
46 diff -Nur automake-1.4.orig/tests/Makefile.in automake-1.4/tests/Makefile.in
47 --- automake-1.4.orig/tests/Makefile.in Fri Nov 26 10:04:43 1999
48 +++ automake-1.4/tests/Makefile.in      Sat Nov 27 12:50:23 1999
49 @@ -40,9 +40,9 @@
50  
51  top_builddir = ..
52  
53 -ACLOCAL = @ACLOCAL@
54 +ACLOCAL = ../aclocal --acdir=../m4
55  AUTOCONF = @AUTOCONF@
56 -AUTOMAKE = @AUTOMAKE@
57 +AUTOMAKE = ../automake --amdir=..
58  AUTOHEADER = @AUTOHEADER@
59  
60  INSTALL = @INSTALL@
This page took 0.043789 seconds and 2 git commands to generate.