X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=e17d5f7f37df4ef58dca3c66b61069467a2ff30b;hb=ee99ebd7dd966b5741068fd0053420787c019e60;hp=c12c838b5ebb9b3d600d2531e95ffd547b77f855;hpb=261c6c6eb1e097c048ca88bb78eff9a930494912;p=psensor.git diff --git a/configure.ac b/configure.ac index c12c838..e17d5f7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([psensor], [1.0.0.0],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor]) +AC_INIT([psensor], [1.1.0],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor]) AM_INIT_AUTOMAKE([-Wall gnu]) @@ -42,6 +42,9 @@ AM_GNU_GETTEXT([external]) AC_PATH_PROG(GCONFTOOL, gconftool-2, no) AM_GCONF_SOURCE_2 +# Gsettings +GLIB_GSETTINGS + ############### common # Checks pthread