]> Dogcows Code - chaz/tint2/blobdiff - configure.ac
Remove odt/pdf related stuff.
[chaz/tint2] / configure.ac
index 4e584cc1b7f703653a7ee7ac7c7969a1874c18d4..03209c012ea2bbef272926a1a6c0b0cef4c868f9 100644 (file)
@@ -1,6 +1,6 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
-AC_INIT([tint2], [0.7_beta2], [http://code.google.com/p/tint2/issues])
+AC_INIT([tint2], [0.7_beta3], [http://code.google.com/p/tint2/issues])
 
 LT_INIT
 AM_INIT_AUTOMAKE
@@ -78,15 +78,6 @@ AC_ARG_ENABLE([examples],
                   esac],[examples=false])
 AM_CONDITIONAL([INSTALL_EXAMPLES], [test x$examples = xtrue])
 
-AC_ARG_ENABLE([doc],
-                         [AS_HELP_STRING([--enable-doc], [Install additional documentation])],
-              [case "${enableval}" in
-                          yes) doc=true ;;
-                          no)  doc=false ;;
-                          *) AC_MSG_ERROR([bad value ${enableval} for --enable-doc]) ;;
-                  esac],[doc=false])
-AM_CONDITIONAL([INSTALL_DOC], [test x$doc = xtrue])
-
 AC_CONFIG_FILES([
                                 Makefile
                                 doc/Makefile
This page took 0.023304 seconds and 4 git commands to generate.