ref: 15b935c6166a9b62d1aab18a8f91e473c52705cf
parent: ca17c9685f235d6cf87aa522bbf3f587b3fd326e
author: robs <robs>
date: Sun Nov 4 10:01:13 EST 2007
default to silent libtool
--- a/configure.ac
+++ b/configure.ac
@@ -105,13 +105,13 @@
dnl Allow libtool to be silenced
AC_MSG_CHECKING([whether libtool should be silenced])
AC_ARG_ENABLE(silent-libtool,
- AC_HELP_STRING([--enable-silent-libtool], [Pass --silent to libtool.]),
- [if test "$enable_silent_libtool" = "yes"; then
- LIBTOOLFLAGS=--silent
- fi])
+ AC_HELP_STRING([--disable-silent-libtool], [Verbose libtool]),,enable_silent_libtool=yes)
AC_MSG_RESULT($enable_silent_libtool)
+if test "$enable_silent_libtool" = "yes"; then
+ LIBTOOLFLAGS=--silent
+fi
AC_SUBST(LIBTOOLFLAGS)
-
+
dnl Check if we want play/rec links
AC_MSG_CHECKING([whether to make play and rec symlinks])
AC_ARG_ENABLE(playrec-symlinks,