added config.h generation
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 17 Oct 2013 06:45:36 +0000 (06:45 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 17 Oct 2013 06:45:36 +0000 (06:45 +0000)
configure.ac

index 21b3552..43620a7 100644 (file)
@@ -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