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