diff options
author | Sébastien Wilmet <swilmet@gnome.org> | 2012-10-26 17:08:09 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-10-26 21:17:09 +0200 |
commit | 9fe696bc9d6654a972d99f524c14a22fdc429e79 (patch) | |
tree | 6510a18948e987923230cc0ae2563c9f9aae4259 /THANKS | |
parent | 6ecb0a537da242b2b6e3c42b139f4dc27b121faa (diff) | |
download | automake-9fe696bc9d6654a972d99f524c14a22fdc429e79.tar.gz |
vala: AM_PROG_VALAC should not produce an error for tool-old valac
This change fixes automake bug#12688.
In the AM_PROG_VALAC macro, when the optional parameter specifying the
minimum release number is not provided, and/or if the Vala compiler is
not found, then there is a _warning_ message.
On the other hand, when the version number is specified and if the Vala
compiler is too old, there is an _error_ message.
This error message is problematic, because for a tarball, the Vala
compiler is not required: the generated C code is included in the
tarball. So if a user wants to compile the software, he shouldn't
need the valac program with the right version.
* m4/vala.m4 (AM_PROG_VALAC): Modify to use AC_MSG_WARN instead
of AC_MSG_ERROR.
* t/vala4.sh: Adjust and enhance.
* doc/automake.texi (Vala Support): Likewise.
* THANKS: Update.
Co-authored-by: Matthieu Baerts <matttbe@glx-dock.org>
Co-authored-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -247,6 +247,7 @@ Matthew D. Langston langston@SLAC.Stanford.EDU Matthias Andree matthias.andree@gmx.de Matthias Clasen clasen@mathematik.uni-freiburg.de Matthias Klose doko@ubuntu.com +Matthieu Baerts matttbe@glx-dock.org Max Horn max@quendi.de Maxim Sinev good@goods.ru Maynard Johnson maynardj@us.ibm.com @@ -348,6 +349,7 @@ Sam Steingold sds@gnu.org Sander Niemeijer niemeijer@science-and-technology.nl Santiago Vila sanvila@unex.es Scott James Remnant scott@netsplit.com +Sébastien Wilmet swilmet@gnome.org Sergey Poznyakoff gray@gnu.org.ua Sergey Vlasov vsu@mivlgu.murom.ru Seth Alves alves@hungry.com |