summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-11-13 02:32:28 +0000
committerDavid Robillard <d@drobilla.net>2007-11-13 02:32:28 +0000
commite9e950fcc8bddb958592e63ca214b26978d0d2b9 (patch)
treec5d8836afc542a99c3784a7d2c13e91099b5c5bc /configure.ac
parent5d9550c172ab2c0852bcd862ae67a0b9ba7d345c (diff)
downloadlilv-e9e950fcc8bddb958592e63ca214b26978d0d2b9.tar.gz
lilv-e9e950fcc8bddb958592e63ca214b26978d0d2b9.tar.bz2
lilv-e9e950fcc8bddb958592e63ca214b26978d0d2b9.zip
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 1 insertions, 9 deletions
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!