1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[misc] improve silent automake rules

This commit is contained in:
Pete Batard 2014-11-12 23:45:49 +00:00
parent 2be12ff3b6
commit 2396ef8c28
7 changed files with 29 additions and 30 deletions

View file

@ -2,10 +2,7 @@ AC_INIT([rufus], [1.5.0], [https://github.com/pbatard/rufus/issues], [rufus], [h
AM_INIT_AUTOMAKE([-Wno-portability foreign no-dist no-dependencies])
AC_CONFIG_SRCDIR([src/rufus.c])
AC_CONFIG_MACRO_DIR([m4])
# Enable silent build rules by default (Automake v1.11 or later).
# Disable by either passing --disable-silent-rules to configure or passing V=1 to make
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
[AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
AM_SILENT_RULES([yes])
AC_PREREQ([2.50])
AC_PROG_CC