From 6d726b6c09094afd97f1528cfff8b27850279b0d Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Fri, 11 May 2012 20:38:09 +0000 Subject: Update autoconf to 2.69 and automake to 1.12 PR: 166836 Tested by: Multiple -exp runs (pav) --- www/lighttpd/Makefile | 1 + www/lighttpd/files/patch-configure.ac | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 www/lighttpd/files/patch-configure.ac (limited to 'www/lighttpd') diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 7828d7107012..938bbaac865c 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -33,6 +33,7 @@ MAKE_JOBS_SAFE= yes #.else USE_AUTOTOOLS= autoconf autoheader aclocal automake libtool ACLOCAL_ARGS= -I m4 +AUTOMAKE_ARGS= --add-missing #.endif CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd --enable-static diff --git a/www/lighttpd/files/patch-configure.ac b/www/lighttpd/files/patch-configure.ac new file mode 100644 index 000000000000..2f5c627cd90e --- /dev/null +++ b/www/lighttpd/files/patch-configure.ac @@ -0,0 +1,20 @@ +--- configure.ac.orig 2011-07-03 09:33:11.000000000 -0700 ++++ configure.ac 2012-05-03 16:49:19.000000000 -0700 +@@ -18,2 +18,3 @@ + AM_PROG_CC_C_O ++AM_PROG_AR + AC_PROG_LD +@@ -26,7 +27,2 @@ + +-dnl check environment +-AC_AIX +-AC_ISC_POSIX +-AC_MINIX +- + dnl AC_CANONICAL_HOST +@@ -40,5 +36,2 @@ + +-dnl more automake stuff +-AM_C_PROTOTYPES +- + dnl libtool -- cgit v1.2.3