From: Jean-Philippe Orsini Date: Thu, 17 Oct 2013 06:45:36 +0000 (+0000) Subject: added config.h generation X-Git-Tag: v0.0.6~110 X-Git-Url: https://wpitchoune.net/gitweb/?p=ptask.git;a=commitdiff_plain;h=bfc26cd584f008ec935051ff8efacd214df1306e added config.h generation --- diff --git a/configure.ac b/configure.ac index 21b3552..43620a7 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ AC_INIT([ptask], [0.0.x],[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