From: Scott Cantor Date: Tue, 12 Oct 2010 20:31:55 +0000 (+0000) Subject: Fix tarball name. X-Git-Tag: 2.4RC1~13 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=c887c2d3ae4d50d1ffdc723a1bbb21c5cac447d2 Fix tarball name. --- diff --git a/configure.ac b/configure.ac index 1da02e3..8d47cd1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml],[2.4],[https://bugs.internet2.edu/],[saml]) +AC_INIT([opensaml],[2.4],[https://bugs.internet2.edu/],[opensaml]) AC_CONFIG_SRCDIR(saml) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4)