summaryrefslogtreecommitdiff
path: root/m4/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'TAO-1_5'.TAO-1_5nobody2006-03-051-602/+0
|
* ChangeLogTag: Wed Dec 28 11:47:17 2005 J.T. Conklin <jtc@acorntoolworks.com>jtc2005-12-281-168/+0
|
* ChangeLogTag:Wed Jan 21 13:28:41 2004 Ossama Othman ↵Ossama Othman2004-01-211-24/+14
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Tue Jan 20 19:58:03 2004 Ossama Othman ↵Ossama Othman2004-01-211-15/+7
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Thu Jan 15 20:54:38 2004 Ossama Othman ↵Ossama Othman2004-01-161-1/+1
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Tue Nov 4 01:03:56 2003 Ossama Othman ↵Ossama Othman2003-11-041-7/+6
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Mon Oct 27 15:51:39 2003 Steve Huston <shuston@riverace.com>Steve Huston2003-10-271-2/+2
|
* ChangeLogTag:Thu Apr 17 16:37:05 2003 Ossama Othman ↵Ossama Othman2003-04-171-1/+1
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Thu Apr 17 16:15:24 2003 Ossama Othman ↵Ossama Othman2003-04-171-243/+229
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Thu Sep 7 12:07:14 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-09-071-1/+1
|
* ChangeLogTag:Mon Apr 17 16:33:17 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-04-171-0/+112
|
* ChangeLogTag:Sat Jan 22 21:10:49 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-01-231-13/+15
|
* ChangeLogTag:Mon Dec 20 21:14:41 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-12-211-31/+54
|
* ChangeLogTag:Mon Dec 6 11:06:43 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-12-061-7/+24
|
* Fixed the ACE_TEMP_USE_FILE M4 macro again. I inadvertently introducedOssama Othman1999-11-291-10/+7
| | | | some problems with my last set of updates/fixes.
* ChangeLogTag:Sun Nov 28 18:09:49 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-11-291-7/+11
|
* ChangeLogTag:Sun Nov 28 17:06:00 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-11-281-1/+136
|
* Minor comment update.Ossama Othman1999-11-111-1/+3
|
* Minor typo fix in CVS directory check message.Ossama Othman1999-11-111-0/+9
|
* * configure.in:Ossama Othman1999-04-061-0/+23
| | | | | | | | | | | | | | | | | * m4/acinclude.m4: Created the macro ACE_CHECK_FOR_CVS_DIR to prevent the configure script from continuing the configuration if the current configuration directory is in a CVS controlled directory. The idea is to prevent automatically generated files from being checked into the repository. This will prevent accidental overwrites of ACE's current Makefiles by the automatically generated ones, for example. In addition, this should ease the transition from the current Makefile scheme to the new Auto{conf,make}/libtool scheme since the current Makefiles can remain under CVS control without the generate Makefiles interfering with them.
* * m4/features.m4:Ossama Othman1999-03-311-2/+137
| | | | | | | | | | | | | | | | | | * 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.
* * m4/acinclude.m4:Ossama Othman1999-03-291-7/+7
| | | | | | * m4/threads.m4: Renamed some variables. Namespace pollution was breaking most of the tests.
* * m4/acinclude.m4:Ossama Othman1999-03-261-6/+14
| | | | | | | | 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.
* Various minor fixes.Ossama Othman1999-03-231-1/+1
|
* Starting to do the "real" ACE+autoconf integration.Ossama Othman1999-03-201-0/+336