mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
build: Use Automake's `color-tests'.
* configure.ac: Use Automake's `color-tests'.
This commit is contained in:
parent
d6bd182618
commit
a8872c78a4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||
AC_CONFIG_SRCDIR(GUILE-VERSION)
|
||||
|
||||
dnl `AM_SUBST_NOTMAKE' was introduced in Automake 1.11.
|
||||
AM_INIT_AUTOMAKE([1.11 gnu no-define -Wall -Wno-override dist-xz])
|
||||
AM_INIT_AUTOMAKE([1.11 gnu no-define -Wall -Wno-override color-tests dist-xz])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)])
|
||||
|
||||
AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue