diff options
author | Ade Lovett <ade@FreeBSD.org> | 2012-05-11 20:38:09 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2012-05-11 20:38:09 +0000 |
commit | 6d726b6c09094afd97f1528cfff8b27850279b0d (patch) | |
tree | ef9d4da0741b49a6a207e85f9ad78b89c296fdf5 /mail/mutt14/files/patch-configure.in | |
parent | Tweak COMMENT lines to indicate the legacy nature of these two ports. (diff) |
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav)
Notes
Notes:
svn path=/head/; revision=296454
Diffstat (limited to 'mail/mutt14/files/patch-configure.in')
-rw-r--r-- | mail/mutt14/files/patch-configure.in | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/mail/mutt14/files/patch-configure.in b/mail/mutt14/files/patch-configure.in index 4e27667bfdd9..e255741da094 100644 --- a/mail/mutt14/files/patch-configure.in +++ b/mail/mutt14/files/patch-configure.in @@ -1,11 +1,14 @@ ---- configure.in.orig Mon Nov 11 14:11:26 2002 -+++ configure.in Mon Nov 11 14:12:09 2002 -@@ -625,7 +625,7 @@ - fi]) - +--- configure.in.orig 2007-05-26 17:58:12.000000000 -0700 ++++ configure.in 2012-05-03 18:04:49.000000000 -0700 +@@ -31,6 +31,2 @@ + AC_ISC_POSIX +-AM_C_PROTOTYPES +-if test "x$U" != "x"; then +- AC_MSG_ERROR(Compiler not ANSI compliant) +-fi + AC_PROG_CPP +@@ -629,3 +625,3 @@ if test x$GCC = xyes -a $mutt_cv_warnings = yes; then - CFLAGS="-Wall -pedantic $CFLAGS" + CFLAGS="-Wall $CFLAGS" fi - - AC_ARG_ENABLE(nfs-fix, [ --enable-nfs-fix Work around an NFS with broken attributes caching ], |