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.
7 lines
278 B
Text
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`"
|