From: Scott Cantor Date: Sat, 23 Oct 2010 21:15:17 +0000 (+0000) Subject: Back off libtool macro for compatibility. X-Git-Tag: 2.4RC1~7 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=2f70edf72adfed82ac9fc1ab3da4ad78e5b86f7b Back off libtool macro for compatibility. --- diff --git a/configure.ac b/configure.ac index 8393bef..950e814 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR(saml) 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)