]> Dogcows Code - chaz/tint2/blobdiff - configure.ac
*add* real transparency is now supported... most systray applications work out of...
[chaz/tint2] / configure.ac
index 90fb749b139836bcaaf86c6bf05d8d8181f80718..369010a8e8310c41c1502323293e0ce7404e5af6 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.61])
-AC_INIT([tint2], [0.7.9-svn], [http://code.google.com/p/tint2/issues])
+AC_INIT([tint2], [0.8], [http://code.google.com/p/tint2/issues])
 
 AM_INIT_AUTOMAKE
 
@@ -31,12 +31,12 @@ AM_CONDITIONAL([INSTALL_EXAMPLES], [test x$examples = xtrue])
 
 # tint2conf
 AC_ARG_ENABLE([tint2conf],
-       [AS_HELP_STRING([--disable-tint2conf], [Disable tint2conf build, a GTK+2 theme switcher for tint2])],
+       [AS_HELP_STRING([--enable-tint2conf], [Enable tint2conf build, a GTK+2 theme switcher for tint2])],
                [case "${enableval}" in
                        yes) tint2conf=true ;;
                        no)  tint2conf=false ;;
-                       *) AC_MSG_ERROR([bad value ${enableval} for --disable-tint2conf]) ;;
-               esac],[tint2conf=true])
+                       *) AC_MSG_ERROR([bad value ${enableval} for --enable-tint2conf]) ;;
+               esac],[tint2conf=false])
 AM_CONDITIONAL([ENABLE_TINT2CONF], [test x$tint2conf = xtrue])
 #
 
This page took 0.024198 seconds and 4 git commands to generate.