Browse Source
Merge pull request #12 from Low-power/fix-disable-silent-rules
Fix configure option '--disable-silent-rules' not working
legacy
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
configure.ac
|
|
@@ -14,9 +14,9 @@ AC_INIT(lolengine, 0.0) |
|
|
|
AC_PREREQ(2.50) |
|
|
|
AC_CONFIG_AUX_DIR(.auto) |
|
|
|
AC_CANONICAL_SYSTEM |
|
|
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |
|
|
|
AM_INIT_AUTOMAKE([subdir-objects no-define tar-ustar silent-rules]) |
|
|
|
dnl AM_MAINTAINER_MODE |
|
|
|
AM_DEFAULT_VERBOSITY=0 |
|
|
|
|
|
|
|
dnl Versioning of the separate software we ship |
|
|
|
LOLUNIT_VERSION=0.1 |
|
|
|