freebsd-ports/www/flood/files/patch-configure.in
Ade Lovett e32a824579 Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.

This marks the end of "Phase 1" of the autotools updates.
2004-08-03 22:36:52 +00:00

7 lines
278 B
Text

--- configure.in.orig Sat Sep 6 03:06:11 2003
+++ configure.in Wed Jul 7 00:38:40 2004
@@ -125,3 +125,3 @@
LDFLAGS="$LDFLAGS `$apr_config --ldflags`"
-LIBTOOL="`$apr_config --apr-libtool`"
+LIBTOOL="$LIBTOOL"
LIBTOOL_LIBS="$LIBTOOL_LIBS `$apr_config --link-libtool --libs`"