summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMikko Koppanen <mkoppanen@php.net>2010-11-18 11:51:27 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-11-18 11:51:27 +0100
commit945c931daf0c053a9cdbfdbb3ec7d0e90c29fc10 (patch)
tree5cadd8dd9afce892408d48ec8dffcc6a0017ae15 /acinclude.m4
parent72a7b93f124cdaee8082aff218f6497c366f53f9 (diff)
Run autoupdate on the configure.in
I ran autoupdate on the configure.in, which generated most of the patch attached. There is also a small manual fix in which removes the warning "Remember to add LT_INIT to configure.in" which I assume is because AC_PROG_LIBTOOL was called inside a macro. Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 1295a64..fc4cc70 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -19,9 +19,6 @@ AC_DEFUN([AC_CONFIG_LIBTOOL], [{
AC_ENABLE_STATIC
;;
esac
-
- AC_LIBTOOL_WIN32_DLL
- AC_PROG_LIBTOOL
}])