From: Scott Cantor Date: Sat, 23 Oct 2010 21:15:13 +0000 (+0000) Subject: Back off libtool macro for compatibility. X-Git-Tag: 1.4RC1~6 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=50020aaeb810d3ab7eb9ab7bc5aa85bacaa7fef3 Back off libtool macro for compatibility. --- 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)