0.8.8claws18
[claws.git] / configure.in
index d875ec1b5d236d7f52a4df873714b29b0fd7adbe..4b1f51c159e964196e88946c20f9b0e85f3cca04 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=8
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws3
+EXTRA_VERSION=claws18
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
@@ -373,7 +373,6 @@ dnl ** section for plugins **
 dnl *************************
 
 PLUGINS=""
-PLUGINDIR=${prefix}/${DATADIRNAME}/${PACKAGE}/plugins
 
 AC_ARG_ENABLE(demo-plugin,
        [  --enable-demo-plugin    Build demo plugin [default=no]],
@@ -384,7 +383,6 @@ fi
 
 AC_SUBST(PLUGINS)
 AC_SUBST(PLUGINDIR)
-AC_DEFINE(PLUGINDIR, "$PLUGINDIR", Path where plugins will be installed)
 
 dnl ****************************
 dnl ** Final configure output **