Skip to content

Commit f374ba7

Browse files
Removing the silent rules from configure.ac so bug reports will be more informative
1 parent 2d3e86c commit f374ba7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ dnl used to keep command lines short.
2121
AC_CONFIG_HEADERS([config.h])
2222
AM_INIT_AUTOMAKE([subdir-objects foreign])
2323

24-
dnl Less output to the terminal. Use "--disable-silent-rules" when
25-
dnl running ./configure to reverse this.
26-
AM_SILENT_RULES([yes])
27-
2824
AC_CONFIG_MACRO_DIR([m4])
2925
AC_LANG(C++)
3026
AC_PROG_CXX

0 commit comments

Comments
 (0)