X-Git-Url: https://wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=f2328acf0f2b7f18f527e680de5800b812b98237;hb=refs%2Fheads%2Fv0.0.4;hp=21b355251336daf470b4f3e5e15475be52d6ef46;hpb=65ecdd3343d0c9bc8359941e56669e962d715425;p=ptask.git diff --git a/configure.ac b/configure.ac index 21b3552..f2328ac 100644 --- a/configure.ac +++ b/configure.ac @@ -2,14 +2,16 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([ptask], [0.0.x],[jeanfi@gmail.com],[ptask],[http://wpitchoune.net/ptask]) +AC_INIT([ptask], [0.0.4],[jeanfi@gmail.com],[ptask],[http://wpitchoune.net/ptask]) AM_INIT_AUTOMAKE([-Wall -Werror gnu]) AC_CONFIG_SRCDIR([src/main.c]) +AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC +AC_PROG_CC_C99 AM_PROG_CC_C_O # Checks for header files. @@ -46,8 +48,12 @@ PKG_CHECK_MODULES(JSON, json) AC_SUBST(JSON_CFLAGS) AC_SUBST(JSON_LIBS) +# Gsettings +GLIB_GSETTINGS + AC_CONFIG_FILES([ Makefile + icons/hicolor/scalable/Makefile po/Makefile.in src/Makefile src/glade/Makefile