X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=19849832f3f2ef09bae79c46b75c8c89d58823a9;hb=ef34378810ae8079b6ba34532ab76f16e56a24d7;hp=0a6917aa1554a770862ba5d868803c50860c81b7;hpb=1d8286d101651b9c68dea956249652da1ee23dfd;p=shibboleth%2Fcpp-xmltooling.git diff --git a/configure.ac b/configure.ac index 0a6917a..1984983 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoreconf AC_PREREQ([2.50]) -AC_INIT([xmltooling],[1.4.1],[https://bugs.internet2.edu/],[xmltooling]) +AC_INIT([xmltooling],[1.5],[https://issues.shibboleth.net/],[xmltooling]) AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -32,7 +32,7 @@ else fi AC_CONFIG_HEADERS([config.h xmltooling/config_pub.h]) -AC_CONFIG_FILES([xmltooling.spec pkginfo Portfile]) +AC_CONFIG_FILES([xmltooling.spec]) AC_CONFIG_FILES([Makefile xmltooling/Makefile xmltoolingtest/Makefile schemas/Makefile doc/Makefile]) AC_PROG_CC([gcc gcc3 cc])