| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Wed Jan 31 13:46:58 2001 Owen Taylor <otaylor@redhat.com>
* acinclude.m4 glib-gettext.m4: Fix problem with --disable-nls.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
-Yosh
|
|
|
|
|
|
| |
use -avoid-version and -module for test plugins
-Yosh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* ltmain.sh: upgrade to libtool 1.2d (with fixes for irix6 and osf)
* testglib.c: removed unused cruft
-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.
|