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