From 50020aaeb810d3ab7eb9ab7bc5aa85bacaa7fef3 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Sat, 23 Oct 2010 21:15:13 +0000 Subject: [PATCH] Back off libtool macro for compatibility. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 236f7dc..046bfc9 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) AM_INIT_AUTOMAKE -LT_INIT +AC_PROG_LIBTOOL # Docygen features DX_HTML_FEATURE(ON) -- 2.1.4