Skip to content

Commit

Permalink
Silent build rules by default
Browse files Browse the repository at this point in the history
Use make V=1 for the verbose mode (as used before)
  • Loading branch information
LudovicRousseau authored and martinpaljak committed Jun 30, 2011
1 parent 2680a55 commit e8b22f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Expand Up @@ -29,6 +29,9 @@ OPENSC_LT_AGE="$((${OPENSC_LT_CURRENT}-${OPENSC_LT_OLDEST}))"


AC_CONFIG_SRCDIR([src/libopensc/sc.c]) AC_CONFIG_SRCDIR([src/libopensc/sc.c])


# silent build by default
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

AC_CANONICAL_HOST AC_CANONICAL_HOST
AC_PROG_CC AC_PROG_CC
PKG_PROG_PKG_CONFIG PKG_PROG_PKG_CONFIG
Expand Down

0 comments on commit e8b22f6

Please sign in to comment.