summaryrefslogtreecommitdiff
path: root/m4macros
AgeCommit message (Expand)Author
2011-05-16m4macros/gsettings.m4: Use AS_HELP_STRING instead the deprecated AC_HELP_STRINGJavier Jardón
2011-03-31Improve .gitignoreRyan Lortie
2010-12-12Fix gsettings enum rule to work with non-srcdir buildsChristian Persch
2010-11-04gsettings.m4: Fix rules to work when there are no schemasDan Winship
2010-10-26gsettings m4: Use --strict for checkingRyan Lortie
2010-10-04Bug 627126 - gsettings schemas on FreeBSDRyan Lortie
2010-09-23glib-2.0.m4: Use unsigned variables for version numbersBenjamin Otte
2010-08-03Update the Git ignore filesEmmanuele Bassi
2010-07-13rename configure.in to configure.acRyan Lortie
2010-06-30gsettings.m4: add support for enumsRyan Lortie
2010-06-28Bug 622565 - compile-schemas fails when no schemasRyan Lortie
2010-06-18Conditional gsettings.m4 support, AC_PATH_PROGRyan Lortie
2010-06-15Let GLIB_SETTINGS macro use glib-compile-schemas from PATH when cross compilingHib Eris
2010-05-27gsettings m4: check for .xml in src/builddirRyan Lortie
2010-05-21add .SECONDARY: rule to preserve generated schemasRyan Lortie
2010-05-19Add --uninstall option to glib-compile-schemasRyan Lortie
2010-05-19Bug 619038 - increase gsettings.m4 powerRyan Lortie
2010-05-15Use the new option nameChristian Persch
2010-05-14Fix issues with GSETTINGS_CHECK_RULEMatthias Clasen
2010-05-08Make GSETTINGS_CHECK_RULE work in !srcdir buildsMatthias Clasen
2010-04-23Rename gschema-compile to glib-compile-schemasMatthias Clasen
2010-04-23[gsettings] Change AM_GSETTINGS macro to GLIB_GSETTINGSJavier Jardón
2010-04-21Rename gsettingsschemaupdatecache to the more sane gschema_compileMatthias Clasen
2010-04-21Add GSettings m4 macros helperBastien Nocera
2009-11-03Don't run system("touch conf.glibtest)" in the AM_PATH_GLIB_2_0 macroPaolo Bonzini
2008-10-10Bug 552861 – glib-2.0.m4 calls system(3) without storing its resultMatthias Clasen
2008-01-27Remove AC_CANONICAL_HOST from GLIB_WITH_NLS again. (#385132)Matthias Clasen
2008-01-15Support gio in AM_PATH_GLIB_2_0 (#509465)Dan Winship
2007-11-21initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik
2007-11-08Require pkg-config 0.16 in configure and in AM_PATH_GLIB_2_0 to beMatthias Clasen
2007-07-09Fix a small problem with msgfmt -c detectionMatthias Clasen
2007-03-06Work with Solaris gettext (#341988, Laszlo Peter)Matthias Clasen
2007-01-08Use PKG_PROG_PKG_CONFIG. (#392636, Yevgen Muntyan)Matthias Clasen
2007-01-03removed all .cvsignore files. SVN doesn't need them.Michael Natterer
2006-12-13Require AC_CANONICAL_HOST in GLIB_WITH_NLS. (#385132, Laszlo Peter)Matthias Clasen
2006-11-15fix 343825Matthias Clasen
2005-03-11Avoid stupid compiler complaints about precision loss.Matthias Clasen
2004-11-17Support gmodule-no-export.Matthias Clasen
2004-08-06Require ngettext. (#123847, Danilo Segan)Matthias Clasen
2004-01-28m4macros/glib-2.0.m4 quote AC_DEFUN macro names so automake 1.8 won'tManish Singh
2003-12-21Quote macro names to support reading the file multiple times. (#125537)Matthias Clasen
2003-08-19Add $INTLLIBS to $LIBS temporarily, not -lintl. (Problem with fix forOwen Taylor
2003-08-07Set $LIBS to include -lintl when checking for dcgettext andOwen Taylor
2003-06-06Test for Solaris native gettext in libc, seeing if it supports GNU catalogHidetoshi Tajima
2003-05-30Backport better handling of ALL_LINGUAS from gettext.m4. (#103808, AndrasOwen Taylor
2003-05-30expand $exec_prefix as well as $prefix. (#107290, reported by MortenOwen Taylor
2003-01-28If msgfmt isn't found, unset gt_cv_have_gettext. (#102552, Tim Mooney)Owen Taylor
2002-12-16AC_SUBST() DATADIRNAME, not DATADIR.Owen Taylor
2002-12-16Restore a missing AC_SUBST() for DATADIRNAME. (Found by Kjartan Maraas)Owen Taylor
2002-12-15Actually set INTLLIBS when needed. (Reported by Tor Lillqvist)Owen Taylor