summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* Add inter-library dependencies.Owen Taylor2001-05-161-429/+0
| | | | | | | | | | | Sun May 13 10:31:17 2001 Owen Taylor <otaylor@redhat.com> * glib/Makefile.am gobject/Makefile.am gmodule/Makefile.am: Add inter-library dependencies. * acinclude.m4: Remove libtool macros. * autogen.sh: Require libtool-1.4, automake-1.4p1.
* 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/+346
| | | | | | | | | | | | | | | | 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.
* libtool 1.3.2 (BeOS changes merged)Manish Singh1999-06-021-3/+6
| | | | -Yosh
* libtool 1.3 upgradeManish Singh1999-05-011-270/+69
| | | | | | use -avoid-version and -module for test plugins -Yosh
* acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.2fManish Singh1999-03-201-193/+275
| | | | | | | | | | | | | | * acinclude.m4 * config.guess * config.sub * ltconfig * ltmain.sh: upgrade to libtool 1.2f * autogen.sh: libtool is not required to autogen glib * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly needed) -Yosh
* Xsed isn't valid here, don't use itManish Singh1999-01-281-1/+1
| | | | | | | | | | | | | | * acinclude.m4: Xsed isn't valid here, don't use it * ltmain.sh * ltconfig: better file magic regexp for Linux libs * gmodule/Makefile.am: arg, noinst_LTLIBRARIES doesn't make shared libs, revert my previous change to this file * docs/texinfo.tex: add it so automake doesn't whine -Yosh
* acinclude.m4 ltconfig upgrade to libtool 1.2d (with fixes for irix6 andManish Singh1999-01-131-20/+304
| | | | | | | | | | * acinclude.m4 * ltconfig * ltmain.sh: upgrade to libtool 1.2d (with fixes for irix6 and osf) * testglib.c: removed unused cruft -Yosh
* New file. Contains `libtool.m4' from libtool-1.2, the version from whichRaja R Harinath1998-06-111-0/+259
* acinclude.m4: New file. Contains `libtool.m4' from libtool-1.2, the version from which glib's libtool forked. Needed for people who use post-1.2 alphas of libtool. * configure.in (enable_mem_check, enable_mem_profile): Replace `echo -n' with AC_MSG_CHECKING. (fd_set): Explain test for `fd_set' better.