Mon Mar 11 15:36:33 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Copy REALLOC_0_WORKS check from
HEAD, since autoconf-2.5x complains about the
old version.
* acinclude.m4: Remove libtool macros.
* acglib.m4 configure.in: Fix AC_DIVERT compatibility
problems with autoconf-2.5x.
* ghash.c: Backport optimization (remove floating
point arithmetic) from HEAD. (#59124)
* 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: 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.