[podsleuth] Bump version to 0.6.5, add foreign automake option



commit 740d6eef75e0693708aeccc81965c71f3fd72544
Author: Aaron Bockover <abockover novell com>
Date:   Thu Oct 1 14:58:24 2009 -0400

    Bump version to 0.6.5, add foreign automake option

 configure.ac |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1a17321..4aaf47e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT([podsleuth], [0.6.4])
+AC_INIT([podsleuth], [0.6.5])
 AC_CANONICAL_SYSTEM
 AC_PREREQ(2.13)
-AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar])
+AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar foreign])
 AM_MAINTAINER_MODE
 
-ASM_VERSION="0.6.4.*"
+ASM_VERSION="0.6.5.*"
 AC_SUBST(ASM_VERSION)
 
 AC_PROG_INSTALL
@@ -38,6 +38,7 @@ AC_OUTPUT([
 	tests/Makefile
 ])
 
+echo
 echo "PodSleuth ${VERSION}"
 echo
 echo "   Prefix:        ${prefix}"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]