summaryrefslogtreecommitdiff
path: root/vala.m4
Commit message (Collapse)AuthorAgeFilesLines
* vala.m4: Fix calling VALA_CHECK_PACKAGES multiple timesJens Georg2012-07-271-2/+4
| | | | | | | | | If you call VALA_CHECK_PACKAGES more than once, each call would append its packages to the list of checked packages. Also fixes a leading whitespace error. Fixes bug 675389.
* vala.m4: Fix typoJens Georg2012-07-271-1/+1
| | | | Fixes bug 675388.
* vala.m4: Add VALA_CHECK_MODULES and VALA_PROG_VAPIGENRodney Dawes2012-04-181-0/+63
| | | | Fixes bug 642301.
* Add vala.m4 with VALA_CHECK_PACKAGES macroMarc-André Lureau2010-08-091-0/+70
Fixes bug 626321.