X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=ce9d4a7f4797ee79ac91e85c713fd90ca4f68679;hb=2b2180560fb684e17e6a35ffe2b0c90acd7696de;hp=4f624415a3d678d9ece21e72e04298a3d1b46072;hpb=4bffedddf551cd9d31a10d54f813842bfd878fef;p=psensor.git diff --git a/configure.ac b/configure.ac index 4f62441..ce9d4a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,20 +1,26 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.64]) -AC_INIT([psensor], [0.8.0.x],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor]) +AC_PREREQ([2.69]) +AC_INIT([psensor], [1.0.0.0],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor]) AM_INIT_AUTOMAKE([-Wall -Werror gnu]) AC_CONFIG_SRCDIR([src/ui.c]) AC_CONFIG_HEADERS([config.h]) +# m4 +AC_CONFIG_MACRO_DIR([m4]) + # Checks for programs. AC_PROG_CC AM_PROG_CC_C_O +AC_SYS_LARGEFILE + # Checks lib build AC_PROG_RANLIB +AM_PROG_AR # Checks for header files. AC_PATH_X