X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=3eac7dba426abbeb1e409f0b3a89447df84b7b21;hb=refs%2Fheads%2Fv0.6.2.x;hp=ccce11fb6b2a6762af2e58c5dbed91043afe8746;hpb=2ce90f919ef907baabd3b9adfb228365af30be0e;p=psensor.git diff --git a/configure.ac b/configure.ac index ccce11f..3eac7db 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([psensor], [0.6.2.13],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor]) +AC_INIT([psensor], [0.6.2.x],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor]) AM_INIT_AUTOMAKE([-Wall -Werror gnu]) @@ -63,7 +63,7 @@ AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) if test "$GTK_LIBS" == ""; then - PKG_CHECK_MODULES(GTK, gtk+-2.0 ) + PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.18) AM_CONDITIONAL(GTK, test -n "$GTK_LIBS") AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) @@ -226,10 +226,7 @@ AC_CONFIG_FILES([ Makefile src/Makefile src/glade/Makefile - src/plib/Makefile src/lib/Makefile - src/unity/Makefile - src/libpsensor_json/Makefile src/server/Makefile icons/hicolor/scalable/Makefile icons/hicolor/14x14/Makefile