1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/mail/mutt/files/patch-aclocal.m4
David E. O'Brien a29c36e727 Update this to build with proper dependancies again.
When I added the folder compression patch, I didn't realize we now needed
automake & autoconf.  Bringing those two in, now makes gmake required. :-(
Also we can't patch `configure' as before, now we must patch `configure.in'
and `aclocal.m4'.
2001-12-05 20:30:19 +00:00

12 lines
525 B
Plaintext

--- aclocal.m4.orig Fri Jul 28 11:50:25 2000
+++ aclocal.m4 Wed Dec 5 12:10:16 2001
@@ -62,4 +62,4 @@
-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
-AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
-AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
-AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
+AM_MISSING_PROG(ACLOCAL, aclocal14, $missing_dir)
+AM_MISSING_PROG(AUTOCONF, autoconf213, $missing_dir)
+AM_MISSING_PROG(AUTOMAKE, automake14, $missing_dir)
+AM_MISSING_PROG(AUTOHEADER, autoheader213, $missing_dir)