Back off libtool macro for compatibility.
[shibboleth/cpp-xmltooling.git] / configure.ac
index f9b1889..046bfc9 100644 (file)
@@ -1,11 +1,11 @@
 # Process this file with autoreconf
-AC_PREREQ([2.67])
+AC_PREREQ([2.50])
 AC_INIT([xmltooling],[1.4],[https://bugs.internet2.edu/],[xmltooling])
 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)