summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Make gtk-doc not a hard dependency of gobject-introspectionbaserock/morphJavier Jardón2013-03-041-1/+7
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684795
* Release 1.34.2GOBJECT_INTROSPECTION_1_34_2Colin Walters2012-11-121-2/+2
|
* Release 1.34.1.1GOBJECT_INTROSPECTION_1_34_1_1Colin Walters2012-10-171-1/+3
|
* Release 1.34.1GOBJECT_INTROSPECTION_1_34_1Colin Walters2012-10-171-1/+1
|
* build: Require GLib 2.34.1Colin Walters2012-10-171-1/+1
|
* 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
* configure.ac: Add tar-pax to AM_INIT_AUTOMAKETomeu Vizoso2011-08-151-1/+1
|
* Add a way to check for unintended effects of changes in g-ir-doctoolTomeu Vizoso2011-08-111-0/+1
|
* configure: Post-release version bumpColin Walters2011-07-271-1/+1
|
* configure: Post-release version bumpColin Walters2011-07-271-1/+1
|
* configure.ac: Bump version to 1.29.15 to correspond with glibColin Walters2011-07-271-1/+1
|
* Kill off config.pyColin Walters2011-07-271-1/+0
| | | | | Generating Python source code is problematic for srcdir != builddir; steal a the trick of putting global data in __builtins__ from jhbuild.
* configure: Post-release version bumpColin Walters2011-06-131-1/+1
|
* configure: Require latest glibColin Walters2011-06-091-1/+1
|
* Bug 650622: Wrong suffix for CAIRO_SHARED_LIBRARY on OSXJohn Ralls2011-05-191-2/+16
|
* Bump version to 1.29.0Colin Walters2011-05-131-3/+3
| | | | | | | This explicitly matches the GLib we're paired with, which is important because the annotations need to be in sync. However, we use a "1" major to show we're still not 100% stable.
* configure: Post-release version bumpgnome-3-0Colin Walters2011-03-311-1/+1
|