You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2009/11/12 23:22:59 UTC

svn commit: r835605 - /apr/apr/branches/1.3.x/configure.in

Author: wrowe
Date: Thu Nov 12 22:22:59 2009
New Revision: 835605

URL: http://svn.apache.org/viewvc?rev=835605&view=rev
Log:
These are needed in 2.2.6 libtool to correctly libtoolize --copy
and to create .dll's on win32 from the buildconf/configure schema


Modified:
    apr/apr/branches/1.3.x/configure.in

Modified: apr/apr/branches/1.3.x/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/configure.in?rev=835605&r1=835604&r2=835605&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/configure.in (original)
+++ apr/apr/branches/1.3.x/configure.in Thu Nov 12 22:22:59 2009
@@ -8,6 +8,7 @@
 
 AC_INIT(build/apr_common.m4)
 AC_CONFIG_HEADER(include/arch/unix/apr_private.h)
+AC_CONFIG_MACRO_DIR(build)
 AC_CONFIG_AUX_DIR(build)
 
 dnl 
@@ -187,7 +188,9 @@
         fi
     else
     dnl libtoolize requires that the following not be indented
+    dnl should become LT_INIT(win32-dll)
 AC_PROG_LIBTOOL
+AC_LIBTOOL_WIN32_DLL
         # get libtool's setting of shlibpath_var
         eval `grep "^shlibpath_var=[[A-Z_]]*$" $apr_builddir/libtool`
         if test "x$shlibpath_var" = "x"; then