summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* tests: Be compatible with Automake 1.11, 1.12 and 1.13, and the future, ↵Colin Walters2013-02-191-1/+1
| | | | | | | | hopefully Automake only sees it as one test now, but eh, who cares. https://bugzilla.gnome.org/show_bug.cgi?id=694198
* tests: Be compatible with both Automake 1.12 and 1.13Colin Walters2013-02-191-1/+1
| | | | | | | Revert to using the serial test driver, as that's the easiest path for now, unless we generated a binary to run each warn test. https://bugzilla.gnome.org/693539
* Release 1.35.8GOBJECT_INTROSPECTION_1_35_8Colin Walters2013-02-191-1/+1
|
* tests: Use Regress GIR for doctoolJasper St. Pierre2013-02-111-1/+0
| | | | | | This makes us test a lot more functionality in the doc tool, and removes the need to have a lot of different test libraries, and different test infrastructure.
* build: Enable g-ir-doctool if mako is foundColin Walters2013-02-111-4/+10
| | | | Let's lift it out of the disabled-by-default ghetto.
* Post-release version bumpColin Walters2013-01-151-1/+1
|
* Release 1.35.4GOBJECT_INTROSPECTION_1_35_4Colin Walters2013-01-151-1/+1
|
* build: Fix previous commitColin Walters2013-01-071-3/+1
|
* Clean up cairo handling somewhatColin Walters2013-01-071-14/+10
| | | | | | | | | | | | I'm building on RHEL6 which doesn't have cairo-gobject. Now, we tried to support this in that 'make' would succeed, but 'make check' would blow up. This patch allows more of 'make check' to succeed - I just need to figure out how to make the diff against the -expected.gir work. What's more important though, is this will allow gjs to also #define _GI_DISABLE_CAIRO.
* Release 1.35.3GOBJECT_INTROSPECTION_1_35_3Colin Walters2012-12-181-1/+1
|
* build: Use -Bsymbolic-functions by default if availableColin Walters2012-12-051-0/+21
| | | | | | | | | While we have much larger performance problems right now, using -Bsymbolic-functions to avoid internal PLT indirection is an easy win. This is the same code that both GLib and GTK+ have. https://bugzilla.gnome.org/show_bug.cgi?id=689456
* tests: fix incremental buildDieter Verfaillie2012-12-031-0/+1
| | | | | | | | Running make multiple times caused "mkdir" to complain that it could not create those directories because they where already there... https://bugzilla.gnome.org/show_bug.cgi?id=689570
* Bump version to 1.35.2GOBJECT_INTROSPECTION_1_35_2Martin Pitt2012-11-191-2/+2
| | | | | Our configure.ac still said 1.34.0, which is even older than the stable gnome-3-6 branch. Bump it to 1.35.2 so that pygobject can depend on >= 1.34.2.
* Update autotools for Visual C++ projects creationChun-wei Fan2012-10-271-1/+6
| | | | | | | | | -Add Makefile-msvcproj.am to fill in the cmph, girepository and g-ir-compiler projects -Add various Makefile.am's under build/ to distribute the Visual C++-related files. https://bugzilla.gnome.org/show_bug.cgi?id=681820
* Drop calls to g_type_init()Colin Walters2012-10-161-1/+1
| | | | And bump our GLib requirement.
* Make gtk-doc not a hard dependency of gobject-introspectionJavier Jardón2012-09-271-1/+7
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684795
* Release 1.34.0GOBJECT_INTROSPECTION_1_34_0Colin Walters2012-09-241-2/+2
|
* configure: Post-release version bumpColin Walters2012-09-181-1/+1
|
* Release 1.33.14GOBJECT_INTROSPECTION_1_33_14Colin Walters2012-09-181-1/+1
|
* Post-release version bumpColin Walters2012-08-201-1/+1
|
* Release 1.33.9GOBJECT_INTROSPECTION_1_33_9Colin Walters2012-08-201-1/+1
|
* build: Ensure cairo-gobject always ends up in cairo.girColin Walters2012-08-141-46/+40
| | | | | | | | | | | We were conditionalizing on the presence of cairo in the buildroot, but that's super lame since it makes a huge mess of the build dependency graph. Let's just always stick cairo-gobject in there. I doubt anyone cares anymore about building g-i on really old systems without it. If they do...well, we can revisit this again.
* Release 1.33.4GOBJECT_INTROSPECTION_1_33_4Colin Walters2012-07-161-1/+1
|
* Release 1.33.3GOBJECT_INTROSPECTION_1_33_3Colin Walters2012-06-261-1/+1
|
* Release 1.33.2GOBJECT_INTROSPECTION_1_33_2Colin Walters2012-06-051-1/+1
|
* tests: Add a foreign struct signal testJasper St. Pierre2012-05-251-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671687
* configure: Update to 1.33.0Rico Tzschichholz2012-04-261-1/+1
|
* Don't link with gthread-2.0Kalev Lember2012-04-131-1/+1
| | | | | | | Commit 2fff986 removed the use of g_thread_init() and we don't use any other symbols from gthread-2.0. https://bugzilla.gnome.org/show_bug.cgi?id=674065
* Release 1.32.0GOBJECT_INTROSPECTION_1_32_0Colin Walters2012-03-271-2/+2
|
* Release 1.31.22GOBJECT_INTROSPECTION_1_31_22Colin Walters2012-03-211-1/+1
|
* configure: Comment why doctool is disabled by default for nowColin Walters2012-03-151-0/+2
|
* Release 2.31.20GOBJECT_INTROSPECTION_1_31_20Colin Walters2012-03-051-1/+1
|
* build: Add --enable-doctool optionColin Walters2012-02-211-1/+5
|
* g-ir-doc-tool: Add AM_CHECK_PYMOD macro and use it to check for MakoTomeu Vizoso2012-02-201-0/+2
|
* Release 1.31.10Colin Walters2012-01-191-1/+1
|
* Release 1.31.6GOBJECT_INTROSPECTION_1_31_6Colin Walters2011-12-201-1/+1
|
* Release 1.31.1GOBJECT_INTROSPECTION_1_31_1Johan Dahlin2011-12-051-1/+1
|
* Fix build after GIO removed gmodule dependencyFlorian Müllner2011-11-231-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=664681
* configure: Update to 1.31.0Colin Walters2011-10-261-1/+1
|
* Adjust dlopened library name on OpenBSD so we always pick the right one.Jasper Lievisse Adriaanse2011-09-301-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660523
* configure: Release 1.30GOBJECT_INTROSPECTION_1_30_0Colin Walters2011-09-201-2/+2
|
* Fix linking against libpythonDieter Verfaillie2011-09-171-2/+4
| | | | | | | | | | | | - AM_CHECK_PYTHON_LIBS doesn't work for 64bit sytems (lib64) - Python extension modules do not need to be linked against libpython on linux anyway, but it is needed on Windows So only run AM_CHECK_PYTHON_LIBS in configure.ac for the windows case and make it clear in Makefile-giscanner.am linking against libpython is a windows only thing. https://bugzilla.gnome.org/show_bug.cgi?id=658914
* Windows port: set CAIRO_SHARED_LIBRARY in configure.acDieter Verfaillie2011-09-071-0/+6
| | | | | | Both when x$have_cairo_gobject = xyes and x$have_cairo = xyes. https://bugzilla.gnome.org/show_bug.cgi?id=620566
* Windows port: check for OS_WIN32 in configure.acDieter Verfaillie2011-09-071-3/+1
| | | | | | Without repeated output created by AC_MSG_CHECKING([for Win32]) https://bugzilla.gnome.org/show_bug.cgi?id=620566
* Windows port: Use an improved python.m4Dieter Verfaillie2011-09-071-4/+2
| | | | | | | | | | | | | | | | | | | | - 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
* configure: Post-release version bumpColin Walters2011-08-291-1/+1
|
* configure.ac: Do not generate template filesJavier Jardón2011-08-261-1/+1
| | | | | It's not needed as the project uses inline comments for documentation.
* configure.ac: Generate xz tarball with ustar format by defaultJavier Jardón2011-08-261-2/+2
|
* Update autotools configurationJavier Jardón2011-08-261-10/+18
| | | | | Replace deprecated autoconf macros Use new libtool syntax
* configure.ac: Change to tar-ustar because PAX gives problems in OpenBSDTomeu Vizoso2011-08-151-1/+1
| | | | Also, it's what other GNOME modules use