Got Gtk-Doc working. Now all the fancy /** comments before the functions
[projects/chimara/chimara.git] / configure.ac
old mode 100755 (executable)
new mode 100644 (file)
index 7ee05ce..f084467
@@ -16,6 +16,7 @@ AM_INIT_AUTOMAKE([-Wall])
 AC_PROG_CC                 # C compiler
 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 +61,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