summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* introspection.m4: Set enable_introspection to yes/no consistentlyColin Walters2012-03-051-0/+2
| | | | | | Some people want the ability to use it inside their configure scripts. http://git.gnome.org/browse/totem/commit/?id=e57d75f555eaad98ec3eee31cf94336ba885174c
* g-ir-doc-tool: Add AM_CHECK_PYMOD macro and use it to check for MakoTomeu Vizoso2012-02-201-0/+37
|
* Windows port: Use an improved python.m4Dieter Verfaillie2011-09-071-3/+29
| | | | | | | | | | | | | | | | | | | | - AM_CHECK_PYTHON_HEADERS macro now allows PYTHON_INCLUDES to be overridden from an environment variable and - the new AM_CHECK_PYTHON_LIBS macro to check for ability to link against libpython. This also allows PYTHON_LIBS and PYTHON_LIB_LOC to be overridden from their respective environment variables. This allows gobject-introspection to be built with MinGW/MSYS by doing: PYTHON_DIR="/c/Python27" SRC_DIR="/d/dev/gnome.org/checkout/gobject-introspection/src" ... PYTHON_INCLUDES="-I${PYTHON_DIR}/include/" \ PYTHON_LIBS="-L${PYTHON_DIR}/libs/ -lpython${PYTHON_VERSION}" \ PYTHON_LIB_LOC="${PYTHON_DIR}/libs/" \ "${SRC_DIR}/configure" \ https://bugzilla.gnome.org/show_bug.cgi?id=620566
* [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