From e9e950fcc8bddb958592e63ca214b26978d0d2b9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Nov 2007 02:32:28 +0000 Subject: Release preparation: Fix scons building (still experimental). Bump version everywhere. Properly clean documentation. git-svn-id: http://svn.drobilla.net/lad/slv2@910 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5e31243..7584363 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,5 @@ AC_PREREQ(2.59) -# SLV2 follows the even/odd minor = stable/development convention AC_INIT([slv2],0.3.0,[dave@drobilla.net]) AC_CONFIG_AUX_DIR([config]) @@ -25,7 +24,7 @@ AM_INIT_AUTOMAKE # 0.0.1 = 0,0,0 # 0.1.0 = 2,0,0 # 0.2.0 = 3,0,0 -# current svn = 4,0,0 +# 0.3.0 = 4,0,0 SLV2_VERSION="0.3.0" SLV2_API_CURRENT="4" @@ -91,13 +90,6 @@ if test "$bindings" = "yes"; then fi AM_CONDITIONAL(WITH_SWIG, [test "$bindings" = "yes"]) - -# Check for RAPTOR -#PKG_CHECK_MODULES(RAPTOR, raptor >= 0.21) - -# Check for RASQAL -#PKG_CHECK_MODULES(RASQAL, rasqal >= 0.9.11) - # Check for Redland #PKG_CHECK_MODULES(REDLAND, redland >= 1.0.0) # No pkg-config?! Booo! -- cgit v1.2.1