summaryrefslogtreecommitdiff
path: root/m4macros
Commit message (Collapse)AuthorAgeFilesLines
...
* add third argument to the AC_DEFINE calls, so users of the macro don'tJames Henstridge2002-02-141-2/+4
| | | | | | | | 2002-02-14 James Henstridge <james@daa.com.au> * m4macros/glib-gettext.m4: add third argument to the AC_DEFINE calls, so users of the macro don't need to add entries to acconfig.h in their package.
* remove references to po2tbljacob berkman2002-01-311-3/+0
| | | | | | | | 2002-01-31 jacob berkman <jacob@ximian.com> * glib-gettextize.in: * m4macros/glib-gettext.m4 (AM_GLIB_GNU_GETTEXT): remove references to po2tbl
* acinclude.m4 removed the --disable-nls option. You can't disable NativeSven Neumann2002-01-161-94/+84
| | | | | | | | | | 2002-01-16 Sven Neumann <sven@gimp.org> * acinclude.m4 * m4macros/glib-gettext.m4: removed the --disable-nls option. You can't disable Native Language Support since we rely on it. * configure.in: nicer --help output.
* Don't try to use PKG_CONFIG when we didn't find it. (#62944, Eric Lemings)Owen Taylor2001-10-291-10/+14
| | | | | | | | | | Mon Oct 29 11:29:37 2001 Owen Taylor <otaylor@redhat.com> * m4macros/glib-2.0.m4: Don't try to use PKG_CONFIG when we didn't find it. (#62944, Eric Lemings) * m4macros/glib-2.0.m4: Fix problem with spaces around = sign in assignment. (#63209, Arkadiusz Miskiewicz)
* Fixes for compilation on Solaris (#59026, Frank Belew)Owen Taylor2001-09-181-107/+0
| | | | | | | | | | | | | | | | | | | Tue Sep 18 18:23:02 2001 Owen Taylor <otaylor@redhat.com> Fixes for compilation on Solaris (#59026, Frank Belew) * glib/gqsort.c (g_qsort_with_data): Use g_alloca(). * glib/giochannel.c (g_io_channel_read_to_end): Fix use of ternary on left-hand-side. * configure.in: Handle the ac_cv_working_alloca_h variable set by autoconf-2.5x. Tue Sep 11 18:50:44 2001 Owen Taylor <otaylor@redhat.com> * m4macros/glib-gettext.m4 acinclude.m4: Remove commented out sections for clarity.
* Update location of pkgconfig from sourceforge.net to new location atDarin Adler2001-07-261-1/+1
| | | | | | | * configure.in: * m4macros/glib-2.0.m4: Update location of pkgconfig from sourceforge.net to new location at freedeskop.org.
* subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington2001-06-071-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-06-07 Havoc Pennington <hp@redhat.com> * m4macros/glib-2.0.m4: subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables * gmodule-2.0.pc.in: add gmodule_supported variable * glib-2.0.pc.in: add glib_genmarshal, gobject_query, glib_mkenums variables * configure.in: put G_MODULE_SUPPORTED value into .pc files * autogen.sh: support AUTOGEN_SUBDIR_MODE * Makefile.am: add -uninstalled.pc.in to EXTRA_DIST 2001-06-07 Havoc Pennington <hp@redhat.com> * pango/Makefile.am: add libpango.la to _DEPENDENCIES for the other libs * configure.in: use AM_PATH_GLIB_2_0 * autogen.sh: support AUTOGEN_SUBDIR_MODE * Makefile.am: dist the .pc.in files 2001-06-07 Havoc Pennington <hp@redhat.com> * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled glib-genmarshal * configure.in: rearrange the library checks to support uninstalled linking * autogen.sh: add support for AUTOGEN_SUBDIR_MODE * atk-uninstalled.pc.in: new file, allows linking to uninstalled ATK in giant GTK tarball 2001-06-07 Havoc Pennington <hp@redhat.com> * tests/Makefile.am: add missing -I flag * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc. * configure.in: use pkg-config to see if GModule is supported; fix to properly turn on included loaders when GModule isn't supported; don't use AC_CHECK_LIB when libs are not installed yet * autogen.sh: add support for AUTOGEN_SUBDIR_MODE * Makefile.am (SUBDIRS): add m4macros subdir * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in dependencies also.
* Added missing .cvsignore file.Michael Natterer2001-05-171-0/+2
|
* m4macros/MakefileHavoc Pennington2001-05-151-0/+7
| | | | | | | | | | | | | | 2001-05-15 Havoc Pennington <hp@redhat.com> * configure.in (AC_OUTPUT): m4macros/Makefile * m4macros/Makefile.am, m4macros/glib-2.0.m4, m4macros/glib-gettext.m4: m4 files moved here on server, Makefile.am added This is so you can aclocal -I m4macros while avoiding acinclude.m4 * Makefile.am: add m4macros subdir, remove references to glib-2.0.m4
* Remove warnings about conflicts with the stable version.GLIB_1_3_3Owen Taylor2001-04-171-10/+5
| | | | | | | | | | | | | | | Mon Apr 16 12:04:52 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Remove warnings about conflicts with the stable version. * glib-2.0.m4: Fix some of the error text to be halfway up to date. * README.in INSTALL.in: Add these to generate README, INSTAL (as in the stable branch). Update. * HACKING: Update.
* put AC_PATH_PROG(pkg-config) before "Checking for glib" so the outputHavoc Pennington2001-04-161-2/+2
| | | | | | | 2001-04-16 Havoc Pennington <hp@redhat.com> * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for glib" so the output looks right
* Pass pkg-config options before the other args so it works even ifAlexander Larsson2001-04-111-5/+5
| | | | | | | | 2001-04-11 Alexander Larsson <alexl@redhat.com> * glib-2.0.m4: Pass pkg-config options before the other args so it works even if POSIXLY_CORRECT is set.
* Exit with an error message that you should use pkg-config instead.Owen Taylor2001-04-031-46/+38
| | | | | | | | | | | | | | Tue Apr 3 12:38:16 2001 Owen Taylor <otaylor@redhat.com> * glib-config-2.0.in: Exit with an error message that you should use pkg-config instead. * configure.in (PACKAGE): Require pkg-config. * tests/Makefile.am (EXTRA_DIST): Add utf8.txt. * configure.in (GLIB_MICRO_VERSION): Up MICRO to 3, leave interface/binary at 0.
* Fix problem with --disable-nls.Owen Taylor2001-01-311-3/+3
| | | | | | Wed Jan 31 13:46:58 2001 Owen Taylor <otaylor@redhat.com> * acinclude.m4 glib-gettext.m4: Fix problem with --disable-nls.
* Add gettext support.Owen Taylor2001-01-161-0/+344
| | | | | | | | | | | | | | | | Mon Jan 15 21:12:49 2001 Owen Taylor <otaylor@redhat.com> * configure.in acconfig.h glibintl.h gutils.c po/{Makefile.in.in,POTFILES.in,po2tbl.in}: Add gettext support. * glib-gettext.m4 acinclude.m4: Clean up the GTK+ gettext macros some more and put them in this file, though they also need to be included in acinclude.m4 due to the brokeness of aclocal. * gspawn.c gspawn-win32.c gutf8.c gconvert.c gfileutils.c gshell.c: Remove dummy _() #defines, include glibintl.m4.
* Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor2000-07-141-0/+199
Fri Jul 14 12:22:49 2000 Owen Taylor <otaylor@redhat.com> * configure.in Makefile.am glib-config.m4 glib.m4: Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4 * Makefile.am gobject/Makefile.am gmodule/Makefile.am gthread/Makefile.am tests/Makefile.am: Change library names to libglib-1.3.la, etc, so that we can distinguish glib-1.2 and glib-2.0 on the linkline. * Makefile.am gobject/Makefile.am gmodule/Makefile.am: Move include files into /usr/include/glib-2.0. Thu Jul 6 18:54:49 2000 Owen Taylor <otaylor@redhat.com> * docs/Makefile.am (EXTRA_DIST): Remove info files from the build.