summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2001-01-16Add gettext support.Owen Taylor1-1/+22
2001-01-05move $enable_debug down below checks for GCC to avoid setting CFLAGSOwen Taylor1-9/+15
2001-01-05Look also for (illegal) forward slashes in the template.Tor Lillqvist1-1/+4
2001-01-04remove glib-config-2.0Havoc Pennington1-1/+0
2000-12-29we can't grow _cv_ variables by using a backticked expr that refers backTim Janik1-11/+10
2000-12-29got rid of outdated dmalloc support. provide g_try_malloc() andTim Janik1-29/+44
2000-12-22Determine the suffix of the shared librarries for this system. This isSebastian Wilhelmi1-0/+19
2000-12-19Added --disable-mem-pools option.Alexander Larsson1-0/+11
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-0/+16
2000-12-08Rename from GLIB_DIVERT_BEFORE_HELP. Update to track autoconf 2.49b.Raja R Harinath1-10/+9
2000-11-21Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi1-0/+23
2000-11-15Check for the sched.h header and include it on gthread/gthread-posix.c ifSebastian Wilhelmi1-42/+54
2000-11-13Up version to 1.3.2Owen Taylor1-1/+1
2000-11-12Create wrapper functions for iconv() so that we can transparently use theOwen Taylor1-0/+60
2000-10-30Check for mkstemp.Tor Lillqvist1-1/+1
2000-10-23Use one = instead of two, which is plainly wrong.Sebastian Wilhelmi1-1/+1
2000-10-16gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath1-105/+95
2000-10-12Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi1-8/+6
2000-10-12Removed cruft from old threading code.Sebastian Wilhelmi1-3/+0
2000-10-12define GLIB_HAVE_ALLOCA_H instead of including alloca.h in glibconfig.h,Sebastian Wilhelmi1-1/+1
2000-10-09Work with beta autoconf 2.50.Raja R Harinath1-34/+23
2000-10-04Reverted my last commit:Martin Baulig1-1/+0
2000-09-29New automake conditional. Only compile the gthread subdirectory if weMartin Baulig1-0/+1
2000-09-29Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi1-8/+11
2000-09-28Adjusted the test for an unimplemented getpwuid_r. Info from MichaelSebastian Wilhelmi1-2/+3
2000-09-28Moved determination of G_THREAD_FLAGS before G_THREAD_LIBS. Check forSebastian Wilhelmi1-82/+98
2000-09-28Some platforms support 64 bit 'long long', but you can not printf or scanfSebastian Wilhelmi1-6/+17
2000-09-21The last released automake (1.4) still requires AM_PROG_LIBTOOL instead ofSebastian Wilhelmi1-1/+1
2000-09-19Test for the existence of getcwd, and use it only when found.Sebastian Wilhelmi1-1/+1
2000-09-17Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define g_alloca() as anElliot Lee1-1/+8
2000-09-06Improve separation of generic non-generic parts and dependencies.Owen Taylor1-0/+2
2000-09-06Add gtk-doc checks for newly added docs/reference/ subdir.Owen Taylor1-0/+37
2000-07-31pkg-config data filesHavoc Pennington1-0/+4
2000-07-26added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik1-1/+17
2000-07-26include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.Tim Janik1-1/+15
2000-07-19glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi1-5/+5
2000-07-15Add build/Makefile and build/win32/Makefile to AC_OUTPUT() so things buildOwen Taylor1-0/+2
2000-07-14Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor1-2/+2
2000-07-06Release 1.3.1Owen Taylor1-7/+1
2000-05-29Add function to get the codeset name for the current locale.Owen Taylor1-0/+11
2000-05-12added gobjectTim Janik1-2/+18
2000-04-26Look for both pthread_create and pthread_join in the thread library. SomeSebastian Wilhelmi1-4/+7
2000-04-17Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi1-0/+10
2000-03-23After finding the right thread library (containing e.g. pthread_create) weSebastian Wilhelmi1-24/+28
2000-03-22Test for sched_yield as the native yield function first. Corrected typoSebastian Wilhelmi1-14/+16
2000-03-21always define G_GNUC_EXTENSION, even when not needed by GLib. That'sSebastian Wilhelmi1-11/+1
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi1-45/+60
2000-03-06Another small change to the pthread_.. search pattern. Should work *now*Sebastian Wilhelmi1-2/+2
2000-03-03Make the search for pthread_attr_... prototypes find names at the start ofSebastian Wilhelmi1-2/+2
2000-02-18Changed GCC version test to also accept major versions > 2. Thanks to BenSebastian Wilhelmi1-1/+1