Automake tweaking
[rodin/chimara.git] / configure.ac
old mode 100755 (executable)
new mode 100644 (file)
index 7ee05ce..1e49440
@@ -14,8 +14,10 @@ AM_INIT_AUTOMAKE([-Wall])
 ### DECLARE PROGRAMS ##########################################################
 
 AC_PROG_CC                 # C compiler
+AM_PROG_CC_C_O             # Automake requires this for per-target CFLAGS
 AC_PROG_INSTALL            # Install
 LT_INIT                    # Libtool
+AC_PROG_LIBTOOL            # Old way of declaring Libtool
 AM_GLIB_GNU_GETTEXT        # Use GLib gettext instead of standard
 IT_PROG_INTLTOOL([0.35.0]) # Intltool
 PKG_PROG_PKG_CONFIG        # pkg_config
@@ -60,6 +62,9 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([
 Makefile
 src/Makefile
+docs/Makefile
+docs/reference/Makefile
+docs/reference/version.xml
 po/Makefile.in
 ])
 # Do it