summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* configure: Post-release version bumpOwen W. Taylor2011-03-251-1/+1
|
* configure: Post-release version bumpColin Walters2011-03-251-1/+1
|
* Don't dist gir/cairo-1.0.gir, it's generatedColin Walters2011-03-251-1/+0
| | | | | | | We should not be disting it, because it contains values derived from configure. Extract it out of STATIC_GIRSOURCES, and also move it to a Makefile rule rather than AC_SUBST as it should be so it gets cleaned properly.
* configure: Post-release version bumpColin Walters2011-03-101-1/+1
|
* cairo-1.0.gir: Use fully qualified shared libraryGOBJECT_INTROSPECTION_0_10_4GOBJECT_INTROSPECTION_0.10.4Colin Walters2011-03-091-2/+2
| | | | | | The .so link is for development, we need to reference the full soname; otherwise things will break without "cairo-devel" installed.
* configure: Post release version bumpColin Walters2011-02-231-1/+1
|
* Post release version bumpColin Walters2011-02-071-1/+1
|
* Depend on cairo-gobject if availableTomeu Vizoso2011-01-201-5/+21
| | | | | | And set library-name and package accordingly in the cairo .gir https://bugzilla.gnome.org/show_bug.cgi?id=639831
* Post-release version bumpGOBJECT_INTROSPECTION_0_10_1Colin Walters2011-01-121-1/+1
|
* Post-release version bumpOwen W. Taylor2010-12-221-1/+1
|
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-7/+3
| | | | | This is cleaner and faster, and prepares us better for an incoming import of CMPH.
* configure: Bump to 0.10 seriesColin Walters2010-10-111-2/+2
|
* configure: Post-release version bumpColin Walters2010-10-061-1/+1
|
* configure: Release 0.9.12GOBJECT_INTROSPECTION_0_9_12Colin Walters2010-10-061-1/+1
|
* configure: post-release version bumpColin Walters2010-09-301-1/+1
|
* configure: Change to bzip2 distGOBJECT_INTROSPECTION_0_9_10Colin Walters2010-09-301-1/+1
| | | | We want to use bzip2 since that's what Fedora uses.
* configure: Post release version bumpColin Walters2010-09-301-1/+1
|
* configure: Post-release version bumpColin Walters2010-09-281-1/+1
|
* configure: post-release version bumpColin Walters2010-09-281-1/+1
|
* configure: Explicitly require GLib 2.24Colin Walters2010-09-231-1/+1
| | | | | We're handling GVariant at least internally now. Potentially we could support earlier, but eh.