From: Scott Cantor Date: Sat, 23 Oct 2010 21:09:45 +0000 (+0000) Subject: Back off autoconf version. X-Git-Tag: 1.4RC1~7 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=6fb435fc65c88f625dd1f8b68bb685d717386ad0 Back off autoconf version. --- diff --git a/configure.ac b/configure.ac index f9b1889..236f7dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # 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)