diff options
author | Mikko Koppanen <mkoppanen@php.net> | 2010-11-18 11:51:27 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-11-18 11:51:27 +0100 |
commit | 945c931daf0c053a9cdbfdbb3ec7d0e90c29fc10 (patch) | |
tree | 5cadd8dd9afce892408d48ec8dffcc6a0017ae15 /acinclude.m4 | |
parent | 72a7b93f124cdaee8082aff218f6497c366f53f9 (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.m4 | 3 |
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 }]) |