I'd like to require automake 1.11 for hwloc 1.0 so that we get the new
silent-rules feature. It gives you "CC foo.o" instead of the too-long
unreadable compile line (if you do make V=0 or configure with
--enable-silent-rules). Patch below.
Does anybody have anything against this?
Brice
--- configure.ac (revision 1231)
+++ configure.ac (working copy)
@@ -19,7 +19,7 @@
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([src/topology.c])
-AM_INIT_AUTOMAKE([1.10 dist-bzip2 foreign tar-ustar -Wall -Werror])
+AM_INIT_AUTOMAKE([1.11 dist-bzip2 foreign tar-ustar silent-rules -Wall
-Werror])
# Make configure depend on the VERSION file, since it's used in AC_INIT
|