summaryrefslogtreecommitdiff
path: root/m4/threads.m4
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Thu Sep 7 12:07:14 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-09-071-1/+1
|
* ChangeLogTag:Tue Feb 22 12:29:44 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-02-221-59/+121
|
* ChangeLogTag:Sun Feb 6 20:44:26 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-02-071-0/+22
|
* ChangeLogTag:Thu Jan 20 09:03:37 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-01-201-10/+59
|
* ChangeLogTag:Mon Dec 6 11:06:43 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-12-061-10/+11
|
* ChangeLogTag:Wed Nov 10 21:35:47 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-11-111-0/+34
|
* forgot to remove debugging echo commandsOssama Othman1999-04-271-1/+0
|
* * m4/threads.m4:Ossama Othman1999-04-271-53/+56
| | | | | | Restructured thread detection test so that it properly detects threads on platforms that provide PTHREADS backward compatibility macros, such as Digital Unix 4.0 and 5.0.
* * m4/threads.m4:Ossama Othman1999-04-271-1/+5
| | | | Added KAI C++ thread flag check.
* * m4/features.m4:Ossama Othman1999-03-311-261/+105
| | | | | | | | | | | | | | | | | | * m4/threads.m4: Updated several library checks to use a single call of my re/implementation of the new autoconf AC_SEARCH_LIBS test instead of having several AC_CHECK_LIB calls in a row. Nice! The thread detection tests were overhauled. They are now simpler but retain the same functionality as the previous tests. They were greatly reduced in size so debugging, updating and enhancing should be much easier now. * m4/acinclude.m4: Reimplemented Autoconf's AC_SEARCH_LIBS into ACE_SEARCH_LIBS. The functionality is the same but the ACE reimplementation actually works when C++ is the test language. For some reason Autoconf's test isn't being generated properly by GNU M4.
* Removed some M4 comments that were wreaking havoc with the threadOssama Othman1999-03-291-11/+11
| | | | tests. Go figure.
* Accidentally broke "-mt" flag check. Fixed it.Ossama Othman1999-03-291-0/+3
|
* * m4/acinclude.m4:Ossama Othman1999-03-291-17/+14
| | | | | | * m4/threads.m4: Renamed some variables. Namespace pollution was breaking most of the tests.
* * m4/acinclude.m4:Ossama Othman1999-03-261-0/+26
| | | | | | | | Added support for converting warnings to errors for Sun C++. * m4/threads.m4: Added test to check if `-Kthread' compiler flag enables thread support. SCO UnixWare 7 uses this flag.
* * m4/threads.m4: Modified UNIX International threads check to includeOssama Othman1999-03-241-0/+4
| | | | | | | | check for rwlock_destroy() in -lthread since thr_create() was found without explicitly linking to -lthread on Solaris 2.5.1. rwlock_destroy() should be found only by linking to -lthread which will cause the configure script to add -lthread to the library link list.
* Starting to do the "real" ACE+autoconf integration.Ossama Othman1999-03-201-0/+385