avoid 'reload' to show local fs
[prss.git] / configure.ac
index 0a49cd2..f20b4fc 100644 (file)
@@ -4,12 +4,13 @@
 AC_PREREQ([2.64])
 AC_INIT([prss], [0.0.x],[jeanfi@gmail.com],[prss],[http://wpitchoune.net/prss])
 
-AM_INIT_AUTOMAKE([-Wall -Werror gnu])
+AM_INIT_AUTOMAKE()
 
 AC_CONFIG_SRCDIR([src/main.c])
+AC_CONFIG_HEADERS([config.h])
 
 # Checks for programs.
-AC_PROG_CC
+AC_PROG_CC_C99
 AM_PROG_CC_C_O
 
 # Checks for header files.
@@ -66,6 +67,8 @@ AC_SUBST(PTHREAD_LIBS)
 
 AC_CONFIG_FILES([
  Makefile
+ doc/Makefile
+ icons/hicolor/scalable/Makefile
  po/Makefile.in
  src/Makefile
  src/glade/Makefile