Age | Commit message (Expand) | Author | Files | Lines |
2010-05-27 | gsettings m4: check for .xml in src/builddir | Ryan Lortie | 1 | -1/+1 |
2010-05-21 | add .SECONDARY: rule to preserve generated schemas | Ryan Lortie | 1 | -0/+2 |
2010-05-19 | Add --uninstall option to glib-compile-schemas | Ryan Lortie | 1 | -1/+1 |
2010-05-19 | Bug 619038 - increase gsettings.m4 power | Ryan Lortie | 1 | -20/+51 |
2010-05-15 | Use the new option name | Christian Persch | 1 | -1/+1 |
2010-05-14 | Fix issues with GSETTINGS_CHECK_RULE | Matthias Clasen | 1 | -3/+2 |
2010-05-08 | Make GSETTINGS_CHECK_RULE work in !srcdir builds | Matthias Clasen | 1 | -1/+1 |
2010-04-23 | Rename gschema-compile to glib-compile-schemas | Matthias Clasen | 1 | -4/+9 |
2010-04-23 | [gsettings] Change AM_GSETTINGS macro to GLIB_GSETTINGS | Javier Jardón | 1 | -2/+2 |
2010-04-21 | Rename gsettingsschemaupdatecache to the more sane gschema_compile | Matthias Clasen | 1 | -2/+2 |
2010-04-21 | Add GSettings m4 macros helper | Bastien Nocera | 2 | -1/+44 |
2009-11-03 | Don't run system("touch conf.glibtest)" in the AM_PATH_GLIB_2_0 macro | Paolo Bonzini | 1 | -2/+1 |
2008-10-10 | Bug 552861 – glib-2.0.m4 calls system(3) without storing its result | Matthias Clasen | 1 | -1/+2 |
2008-01-27 | Remove AC_CANONICAL_HOST from GLIB_WITH_NLS again. (#385132) | Matthias Clasen | 1 | -2/+1 |
2008-01-15 | Support gio in AM_PATH_GLIB_2_0 (#509465) | Dan Winship | 1 | -2/+5 |
2007-11-21 | initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional | 21:06:47 Tim Janik | 1 | -1/+2 |
2007-11-08 | Require pkg-config 0.16 in configure and in AM_PATH_GLIB_2_0 to be | Matthias Clasen | 1 | -1/+1 |
2007-07-09 | Fix a small problem with msgfmt -c detection | Matthias Clasen | 1 | -1/+1 |
2007-03-06 | Work with Solaris gettext (#341988, Laszlo Peter) | Matthias Clasen | 1 | -0/+31 |
2007-01-08 | Use PKG_PROG_PKG_CONFIG. (#392636, Yevgen Muntyan) | Matthias Clasen | 1 | -10/+3 |
2007-01-03 | removed all .cvsignore files. SVN doesn't need them. | Michael Natterer | 1 | -2/+0 |
2006-12-13 | Require AC_CANONICAL_HOST in GLIB_WITH_NLS. (#385132, Laszlo Peter) | Matthias Clasen | 1 | -1/+2 |
2006-11-15 | fix 343825 | Matthias Clasen | 1 | -0/+3 |
2005-03-11 | Avoid stupid compiler complaints about precision loss. | Matthias Clasen | 1 | -2/+2 |
2004-11-17 | Support gmodule-no-export. | Matthias Clasen | 1 | -0/+3 |
2004-08-06 | Require ngettext. (#123847, Danilo Segan) | Matthias Clasen | 1 | -13/+31 |
2004-01-28 | m4macros/glib-2.0.m4 quote AC_DEFUN macro names so automake 1.8 won't | Manish Singh | 2 | -3/+3 |
2003-12-21 | Quote macro names to support reading the file multiple times. (#125537) | Matthias Clasen | 1 | -2/+2 |
2003-08-19 | Add $INTLLIBS to $LIBS temporarily, not -lintl. (Problem with fix for | Owen Taylor | 1 | -1/+1 |
2003-08-07 | Set $LIBS to include -lintl when checking for dcgettext and | Owen Taylor | 1 | -0/+3 |
2003-06-06 | Test for Solaris native gettext in libc, seeing if it supports GNU catalog | Hidetoshi Tajima | 1 | -2/+18 |
2003-05-30 | Backport better handling of ALL_LINGUAS from gettext.m4. (#103808, Andras | Owen Taylor | 1 | -8/+35 |
2003-05-30 | expand $exec_prefix as well as $prefix. (#107290, reported by Morten | Owen Taylor | 1 | -0/+3 |
2003-01-28 | If msgfmt isn't found, unset gt_cv_have_gettext. (#102552, Tim Mooney) | Owen Taylor | 1 | -0/+2 |
2002-12-16 | AC_SUBST() DATADIRNAME, not DATADIR. | Owen Taylor | 1 | -1/+1 |
2002-12-16 | Restore a missing AC_SUBST() for DATADIRNAME. (Found by Kjartan Maraas) | Owen Taylor | 1 | -0/+1 |
2002-12-15 | Actually set INTLLIBS when needed. (Reported by Tor Lillqvist) | Owen Taylor | 1 | -0/+5 |
2002-12-15 | Fixes from Johannes Stezenbach [...] Remove a stray setting of $LIBS. | Owen Taylor | 1 | -2/+0 |
2002-12-12 | AC_PREREQ(2.53) here; convinces Debian's wrappers to use the right | Owen Taylor | 1 | -0/+6 |
2002-12-11 | Unset ac_cv_func_bind_textdomain_codeset before calling | Owen Taylor | 1 | -0/+1 |
2002-12-11 | Factor out repeated thread test into a m4_define(); when cross-compiling, | Owen Taylor | 1 | -1/+1 |
2002-12-11 | Version 2.1.4, interface age 1. | Owen Taylor | 1 | -120/+154 |
2002-05-22 | fix tyop | jacob berkman | 1 | -1/+1 |
2002-05-22 | Remove notes about now-fixed-bugs. | Owen Taylor | 1 | -2/+3 |
2002-05-21 | Move iconv tests before gettext checks. (#81999) | Owen Taylor | 1 | -10/+18 |
2002-05-16 | Incorporate AM_LC_MESSAGES, AM_PATH_PROG_WITH_TEST as AM_GLIB_* to avoid | Owen Taylor | 1 | -4/+53 |
2002-05-06 | [ merged from stable ] | Owen Taylor | 1 | -3/+3 |
2002-03-05 | Default to --disable-gtk-doc, to avoid Jade setup hassles. | Owen Taylor | 1 | -1/+1 |
2002-02-28 | nicer output of configure --help. | Sven Neumann | 1 | -1/+1 |
2002-02-14 | add third argument to the AC_DEFINE calls, so users of the macro don't | James Henstridge | 1 | -2/+4 |