X-Git-Url: http://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=configure.ac;h=f20b4fc9055fa8bcbd8e240cfbcfa6a71080bd78;hp=35668a4e7418fda02cca7ff39eb99a142f14b774;hb=HEAD;hpb=55d9edc1a60a09b7bb7992f4fd3cb7b61904a298 diff --git a/configure.ac b/configure.ac index 35668a4..f20b4fc 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ AC_INIT([prss], [0.0.x],[jeanfi@gmail.com],[prss],[http://wpitchoune.net/prss]) AM_INIT_AUTOMAKE() AC_CONFIG_SRCDIR([src/main.c]) +AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC_C99