Skip to content

Commit 23c6c50

Browse files
removing disable-silent-rules from configure.ac. Compiling should display full verbose to simplify debugging
1 parent 37d2d6e commit 23c6c50

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
@@ -22,10 +22,6 @@ AC_CONFIG_HEADERS([config.h])
2222
AC_PREREQ([2.63]) dnl 4-argument AC_CHECK_HEADER
2323
AM_INIT_AUTOMAKE([foreign])
2424

25-
dnl Less output to the terminal. Use "--disable-silent-rules" when
26-
dnl running ./configure to reverse this.
27-
AM_SILENT_RULES([yes])
28-
2925
AC_CONFIG_SRCDIR([smithlab_utils.cpp])
3026
AC_CONFIG_MACRO_DIR([m4])
3127

0 commit comments

Comments
 (0)