mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-07 20:50:17 +02:00
build: Use Automake 1.12+ and `serial-tests'.
* configure.in: Require Automake 1.12+. Use `serial-tests'.
This commit is contained in:
parent
0832660a65
commit
2e14ce0e43
1 changed files with 6 additions and 2 deletions
|
@ -5,7 +5,7 @@ dnl
|
||||||
define(GUILE_CONFIGURE_COPYRIGHT,[[
|
define(GUILE_CONFIGURE_COPYRIGHT,[[
|
||||||
|
|
||||||
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
||||||
2006, 2007, 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
|
2006, 2007, 2008, 2009, 2011, 2012, 2013 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GUILE
|
This file is part of GUILE
|
||||||
|
|
||||||
|
@ -42,7 +42,11 @@ AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_SRCDIR(GUILE-VERSION)
|
AC_CONFIG_SRCDIR(GUILE-VERSION)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([gnu no-define check-news -Wall -Wno-override])
|
dnl Use `serial-tests' so the output `check-guile' is not hidden
|
||||||
|
dnl (`parallel-tests' is the default in Automake 1.13.)
|
||||||
|
dnl `serial-tests' was introduced in Automake 1.12.
|
||||||
|
AM_INIT_AUTOMAKE([1.12 gnu no-define check-news -Wall -Wno-override \
|
||||||
|
serial-tests color-tests])
|
||||||
|
|
||||||
AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)
|
AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)
|
||||||
AC_CONFIG_SRCDIR([GUILE-VERSION])
|
AC_CONFIG_SRCDIR([GUILE-VERSION])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue