summaryrefslogtreecommitdiff
path: root/vala.m4
Commit message (Collapse)AuthorAgeFilesLines
* vala.m4: don't escape modules argument to VALA_CHECK_MODULESEvan Nemerson2014-06-271-1/+1
| | | | Fixes bug 729495.
* vala.m4: honour CC, CPPFLAGS, CFLAGS, LDFLAGSRyan Lortie2014-02-111-1/+1
| | | | | | | | These variables may be set to values that are required to build executables. Make sure we honour them from vala.m4 when attempting to check for packages. https://bugzilla.gnome.org/show_bug.cgi?id=724176
* 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.