[geany/geany-plugins] 7a27f0: multiterm: Use the new facility to check for Vala
Colomban Wendling
git-noreply at xxxxx
Thu Feb 26 15:09:43 UTC 2015
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Thu, 26 Feb 2015 15:09:43 UTC
Commit: 7a27f05570fad97802038a7d82c2bf537dd9421e
https://github.com/geany/geany-plugins/commit/7a27f05570fad97802038a7d82c2bf537dd9421e
Log Message:
-----------
multiterm: Use the new facility to check for Vala
Modified Paths:
--------------
build/multiterm.m4
Modified: build/multiterm.m4
11 lines changed, 1 insertions(+), 10 deletions(-)
===================================================================
@@ -2,16 +2,7 @@ AC_DEFUN([GP_CHECK_MULTITERM],
[
GP_ARG_DISABLE([multiterm], [auto])
- AS_IF([test "$enable_multiterm" != "no"],
- [
- dnl FIXME: if the C sources are present (e.g. in a release tarball),
- dnl we don't actually need valac
- AM_PROG_VALAC([0.7.0])
- AS_IF([test "$VALAC" = "valac"],
- [AS_IF([test "$enable_multiterm" = "auto"],
- [enable_multiterm=no],
- [AC_MSG_ERROR([valac not found])])])
- ])
+ GP_CHECK_PLUGIN_VALA([multiterm])
GP_CHECK_PLUGIN_DEPS([multiterm], [MULTITERM], [gtk+-2.0 geany vte])
GP_COMMIT_PLUGIN_STATUS([MultiTerm])
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list