Added AM_SILENT_RULES option to configure, so you can now do './configure --enable...
[rodin/chimara.git] / configure.ac
index 383809f44924ad6d822dddccca8d1cf924709308..0972d75e5947efa9b7cde45c642ffe6a03abb850 100644 (file)
@@ -10,12 +10,16 @@ AC_INIT([chimara], [0.1])
 AC_CONFIG_SRCDIR(libchimara/chimara-glk.c)
 # Initialize Automake
 AM_INIT_AUTOMAKE([-Wall])
+# Configure with --enable-silent-rules to cut down on clutter
+AM_SILENT_RULES
 
 ### DECLARE PROGRAMS ##########################################################
 
 AC_PROG_CC                 # C compiler
 AM_PROG_CC_C_O             # Automake requires this for per-target CFLAGS
 AC_PROG_INSTALL            # Install
+m4_defun([_LT_AC_LANG_CXX_CONFIG], [:]) # Disable unnecessary Libtool checks
+m4_defun([_LT_AC_LANG_F77_CONFIG], [:]) # to save time (1.5 only)
 LT_INIT                    # Libtool 2.2.6 and up
 #LT_INIT([dlopen])         # Should call it this way, but
 #LT_PREREQ([2.2.6])        # ...goddamn Fedora 10 still has 1.5