X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=f20b4fc9055fa8bcbd8e240cfbcfa6a71080bd78;hb=24fbad1fafb0e7c0cd65afb199a29a8676db5b5e;hp=35668a4e7418fda02cca7ff39eb99a142f14b774;hpb=55d9edc1a60a09b7bb7992f4fd3cb7b61904a298;p=prss.git 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