From f04c7ca236dbf3c6419781439719142d89fcbaa6 Mon Sep 17 00:00:00 2001 From: cantor Date: Tue, 26 Nov 2002 04:26:22 +0000 Subject: [PATCH] Added text files to distro, updated version of package. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@209 cb58f699-b61c-0410-a6fe-9272a202ed29 --- Makefile.am | 3 +++ configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 20b2105..8b2fcc4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,5 +4,8 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I . +EXTRA_DIST = ../INSTALL.txt ../LICENSE.txt ../NEWS.txt ../README.txt \ + INSTALL.txt LICENSE.txt NEWS.txt README.txt + SUBDIRS = @WANT_SUBDIRS@ diff --git a/configure.ac b/configure.ac index b294766..26a326d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl $Id$ AC_PREREQ([2.50]) -AC_INIT([shibboleth], [0.1], [mace-shib-users@internet2.edu], [shibboleth]) +AC_INIT([shibboleth], [0.7], [mace-shib-users@internet2.edu], [shibboleth]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(shibboleth, 0.1) +AM_INIT_AUTOMAKE(shibboleth, 0.7) sinclude(acx_pthread.m4) sinclude(acx_rpctest.m4) -- 2.1.4