Update the README file to mark the project as unmaintained
[lttv.git] / configure.ac
index d826e09a497c71407d8cd01278671a013892ce93..02ae6853fbbaa198be2df94a5911635a595600df 100644 (file)
@@ -21,7 +21,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([lttv], [1.5-beta1], [yannick.brosseau@gmail.com])
+AC_INIT([lttv], [1.5], [yannick.brosseau@gmail.com])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_MACRO_DIR([config])
 AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
@@ -29,6 +29,9 @@ AM_SILENT_RULES([yes])
 AC_CONFIG_HEADERS([config.h])
 LT_INIT
 
+#Always build basic command line modules
+with_lttv="yes"
+
 # If requested, avoid building LTTV part
 AC_ARG_WITH(lttv-gui,
        AS_HELP_STRING([--with-lttv-gui],
This page took 0.023206 seconds and 4 git commands to generate.