X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=configure.ac;h=18f9d5f55185600d774b4ae111e8b43d9bf8bd79;hb=57ceef742182d6f0d1f7844256863a37c2d80d6a;hp=a8c1e752932f165193f3635ee601dbd25afbd2ad;hpb=6d54ac994ad1b08f88d23be5e2b5b8e2e45908cb;p=rodin%2Fchimara.git diff --git a/configure.ac b/configure.ac index a8c1e75..18f9d5f 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_CONFIG_MACRO_DIR(m4) # Initialize Automake AM_INIT_AUTOMAKE([-Wall]) # Configure with --enable-silent-rules to cut down on clutter -AM_SILENT_RULES +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) ### LIBRARY VERSIONING ######################################################## # Only update immediately before a public release @@ -44,7 +44,7 @@ AC_PROG_LIBTOOL # Old way of declaring Libtool AM_GNU_GETTEXT([external]) # Gettext, link to system libintl IT_PROG_INTLTOOL # Intltool PKG_PROG_PKG_CONFIG # pkg_config -GTK_DOC_CHECK(1.9) # Gtk-Doc +GTK_DOC_CHECK(1.11) # Gtk-Doc 1.11 required # Other utilities used in this package's various make scripts AC_PROG_AWK AC_PATH_PROG([PERL], [perl]) # Perl