summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Do not use AC_CANONICAL_TARGETHib Eris2013-06-021-1/+1
| | | | | | | | Reverts commit 717c28e12daff5ae9fcb01b45cd1daf13609cddb and fixes AX_PROG_CC_FOR_BUILD (see also http://savannah.gnu.org/patch/index.php?7989). https://bugzilla.gnome.org/show_bug.cgi?id=692638
* Build extract-strings tool for build systemHib Eris2013-05-132-0/+22
| | | | | | This fixes cross compiling where build system != host system. https://bugzilla.gnome.org/show_bug.cgi?id=699690
* build: support cross-compilation by natively building gtk-update-icon-cacheRoss Burton2013-01-101-0/+125
| | | | | | | | | | | | When cross-compiling, instead of depending on a natively built GTK+ (which means building Glib, ATK, Pango, gdk-pixbuf, libX11...) for gtk-update-icon-cache, find the host compiler and gdk-pixbuf, and build another gtk-update-icon-cache with that. This uses AX_PROG_CC_FOR_BUILD from autostars to find the host compiler, and assumes that you'd set PKG_CONFIG_FOR_BUILD to a host pkg-config binary. https://bugzilla.gnome.org/show_bug.cgi?id=691301
* Remove local copy of introspection.m4Javier Jardón2011-08-101-94/+0
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=652991
* introspection.m4: Update from g-iColin Walters2011-06-221-2/+0
| | | | This fixes substitution with dash.
* 2.19.22.19.2Matthias Clasen2009-12-211-0/+2
|
* Update introspection.m4Johan Dahlin2009-12-161-0/+2
| | | | | | This one includes the INTROSPECTION_MAKEFILE variable which we will include in all Makefiles which are going to build introspection girs/typelibs
* Add an m4 directory and a introspection.m4Johan Dahlin2009-12-161-0/+92
So we don't need the introspection.m4 file to create a dist of gtk+