summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* [build] Remove gcov supportJohan Dahlin2010-05-282-48/+1
| | | | | It's been broken for some time, remove it instead of letting it bitrot.
* Add a Makefile.introspectionJohan Dahlin2009-12-141-0/+2
| | | | | This will make it easier for third-party projects to use introspection by having easy make rules.
* Add CLFAGS and LIBS variablesSimon van der Linden2009-09-041-0/+4
|
* Excise shave in favor of automake 1.11 silent rulesColin Walters2009-08-161-40/+0
| | | | Shave is just way too invasive in the build system.
* Use shave to reduce compiling outputJohan Dahlin2009-02-201-0/+40
| | | | Which let's us focus on the important warnings.
* Remove gtk-doc.m4, should be installed by autogenColin Walters2009-02-191-43/+0
|
* Bug 571182 – introspection.m4 issuesJohan Dahlin2009-02-121-0/+88
| | | | | Adds the introspection.m4 file to gobject-introspection. This is meant to be used by third-party libraries.
* Add gtk-doc supportJohan Dahlin2009-02-121-0/+43
|
* Add initial python bindings for the scanner and depend on python 2.5.Johan Dahlin2008-03-251-0/+25
| | | | | | | | | | | | | | | | 2008-03-25 Johan Dahlin <johan@gnome.org> * configure.ac: * giscanner: * giscanner/__init__.py: * giscanner/giscannermodule.c: * giscanner/Makefile.am: Add initial python bindings for the scanner and depend on python 2.5. svn path=/trunk/; revision=165
* its called as-compiler-flag.m4, not as-compiler.m4.Johan Dahlin2008-02-101-1/+1
| | | | | | | | | | 2008-02-10 Johan Dahlin <johan@gnome.org> * m4/Makefile.am (EXTRA_DIST): its called as-compiler-flag.m4, not as-compiler.m4. svn path=/trunk/; revision=109
* Added:Rob Taylor2008-02-083-0/+81
2008-02-08 Rob Taylor <rob.taylor@codethink.co.uk> * Makefile.am: * configure.ac: * gcov.mak: Added: * girepository/Makefile.am: * m4/Makefile.am: Added: * m4/as-compiler-flag.m4: Added: * m4/gcov.m4: Added: * tools/Makefile.am: Add ability to generate a coverage report. Adds configure option --enable-gcov and make rule 'check-coverage'. svn path=/trunk/; revision=105