configure: Remove --disable-verbose-compile hack
commit5c8eb580b34cc0372d32df34dc5bb79f9af20201
authorCarlos R. Mafra <crmafra@gmail.com>
Tue, 24 Aug 2010 15:06:27 +0000 (24 17:06 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 29 Aug 2010 12:55:14 +0000 (29 14:55 +0200)
tree8eb84a3d5d801006bb9d87741924f1e5dbac34dd
parent48044feb29fb48f4d90c53ef960c815ecc4a6e78
configure: Remove --disable-verbose-compile hack

Instead of using the --disable-verbose-compile hack, let's
use the standard option --enable-silent-rules (or 'make V=0' directly)
available with autoconf 1.11 and higher.

This is enabled in autoconf by using 'silent-rules' in AM_INIT_AUTOMAKE.
The verbosity of compilation is reduced in a similar manner as using
the --disable-verbose-compile option, so we can remove all that ugly
hackery.
12 files changed:
WINGs/Extras/Makefile.am
WINGs/Makefile.am
WINGs/Tests/Makefile.am
WINGs/WINGs/Makefile.am
WPrefs.app/Makefile.am
WindowMaker/Defaults/Makefile.am
WindowMaker/IconSets/Makefile.am
configure.ac
src/Makefile.am
util/Makefile.am
wrlib/Makefile.am
wrlib/tests/Makefile.am