summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionMatthias Clasen2010-06-171-1/+1
|
* Bump glib requirementMatthias Clasen2010-06-171-1/+1
|
* configure.ac: Fix build if no XInput libraries are available.Carlos Garnacho2010-06-151-1/+3
|
* Fix build breakage on non-X11Tor Lillqvist2010-06-091-1/+0
| | | | | | | AM_CONDITIONALs need to be seen in all code paths. The one for XINPUT_NONE was only in the X11 if branch. But as that Automake confitional wasn't used in any Makefile.am anyway, just drop the AM_CONDITIONAL.
* Bump versionMatthias Clasen2010-06-091-1/+1
|
* Bump the gobject-introspection requiresMatthias Clasen2010-06-081-1/+1
|
* Bump Glib required version as is needed by g_source_set_name()Javier Jardón2010-06-051-1/+1
| | | | | The use of this new api was added in 95bc0f540555c15561ae1ddd2387ea5157591fda
* Bump versionMatthias Clasen2010-05-251-1/+1
|
* Make gio sniffing test work againMatthias Clasen2010-05-251-1/+2
|
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-8/+9
|
* Fix libjasper testMatthias Clasen2010-05-221-1/+1
| | | | This was reported in bug 551322.
* Fix CAIRO_PREFIX for cross-build environmentsVolker Grabsch2010-05-171-1/+1
| | | | | | | configure.ac was using pkg-config instead of $PKG_CONFIG for this prefix, leading to incorrect results in cross-build environments. Bug 618870.
* Clean autotools configuration a bitJavier Jardón2010-05-131-30/+20
| | | | | | New requirements: automake >= 1.10 libtool >= 2.2
* Reset gail library versioning to 0.0.0, since we changed sonameMatthias Clasen2010-05-111-2/+2
|
* bump versionMatthias Clasen2010-05-111-1/+1
|
* Make gail parallel-installable tooMatthias Clasen2010-05-101-2/+2
| | | | Move libgail-util to libgail-util-3.0, and gail.pc to gail-3.0.pc
* Fix make dist after breaking it in my last commitRichard Hughes2010-05-101-1/+1
|
* Modify the gettext translation domain for the gtk3 renameRichard Hughes2010-05-101-1/+1
|
* Make 3.0 parallel-installable to 2.xMatthias Clasen2010-05-081-11/+11
| | | | | | | | | | | | | | | In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk.
* Rename configure.in to configure.acMartin Nordholts2010-05-071-0/+2186
In the autoconf manual the recomended name for the autoconf input file is configure.ac and not configure.in. Follow this recomendation. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=598768