summaryrefslogtreecommitdiff
path: root/config.guess
AgeCommit message (Collapse)Author
2000-03-22Test for sched_yield as the native yield function first. Corrected typoSebastian Wilhelmi
2000-03-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Test for sched_yield as the native yield function first. Corrected typo g_thread_sleep -> g_usleep. Corrected message for the pthread_create test. Negative Priorities are allowed (and used on Solaris), so consider sched_get_priority_min failed only if it returns -1, not <0. Check for sched_get_priority_min also in -lrt, if not found in -lpthread alone and add -lrt to G_THREAD_LIBS then. Remove special case handling of priorities for older solaris versions and posix threads. Thanks to Wan-Teh Chang <wtc@netscape.com> for suggesting some of those changes. * config.guess, config.sub, ltconfig, ltmain.sh: Upgrade to libtool 1.3.4.
1999-06-02libtool 1.3.2 (BeOS changes merged)Manish Singh
-Yosh
1999-05-01libtool 1.3 upgradeManish Singh
use -avoid-version and -module for test plugins -Yosh
1999-03-20acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.2fManish Singh
* 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
1999-01-13These go along with the last commitManish Singh
-Yosh
1998-09-15Update to libtool-1.2b, change library versioning scheme to dropOwen Taylor
Tue Sep 15 14:57:30 1998 Owen Taylor <otaylor@redhat.com> * Makefile.am glib-config.in l*: Update to libtool-1.2b, change library versioning scheme to drop LT_RELEASE from the -l line, while keeping it in the soname.
1998-06-10Initial revisionOwen Taylor