summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Repo restructuringWilliam R. Otte2006-07-241-41/+0
|
* ChangeLogTag: Thu Feb 2 14:48:03 UTC 2006 J.T. Conklin ↵jtc2006-02-021-5/+6
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Fri Jan 27 02:43:53 UTC 2006 J.T. Conklin ↵jtc2006-01-271-4/+1
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag:Thu Jan 26 18:53:10 2006 Douglas C. Schmidt ↵schmidt2006-01-271-3/+12
| | | | <schmidt@cs.wustl.edu>
* ChangeLogTag: Tue Feb 15 13:34:42 2005 J.T. Conklin <jtc@acorntoolworks.com>jtc2005-02-151-1/+1
|
* ChangeLogTag: Tue Jan 4 17:38:23 2005 J.T. Conklin <jtc@acorntoolworks.com>jtc2005-01-051-4/+0
|
* ChangeLogTag: Fri Nov 26 19:38:58 2004 J.T. Conklin <jtc@acorntoolworks.com>jtc2004-11-271-9/+3
|
* ChangeLogTag: Wed Nov 17 08:53:11 2004 J.T. Conklin <jtc@acorntoolworks.com>jtc2004-11-171-3/+8
|
* ChangeLogTag: Fri Nov 12 20:54:14 2004 J.T. Conklin <jtc@acorntoolworks.com>jtc2004-11-131-0/+12
|
* ChangeLogTag:Fri Nov 12 17:23:41 2004 Steve Huston <shuston@riverace.com>Steve Huston2004-11-121-20/+8
|
* ChangeLogTag: Fri Nov 5 07:27:16 2004 J.T. Conklin <jtc@acorntoolworks.com>jtc2004-11-051-0/+1
|
* ChangeLogTag: Fri Oct 1 11:35:59 2004 J.T. Conklin <jtc@acorntoolworks.com>jtc2004-10-011-0/+4
|
* ChangeLogTag: Tue Sep 28 21:05:37 2004 J.T. Conklin <jtc@acorntoolworks.com>jtc2004-09-291-0/+4
|
* ChangeLogTag: Tue Sep 28 14:31:10 2004 J.T. Conklin <jtc@acorntoolworks.com>jtc2004-09-281-0/+4
|
* ChangeLogTag:Mon Sep 27 17:04:29 2004 Steve Huston <shuston@riverace.com>Steve Huston2004-09-271-107/+15
|
* ChangeLogTag:Mon Aug 23 23:23:18 2004 Ossama Othman ↵Ossama Othman2004-08-241-1/+1
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag: Wed Aug 4 14:46:07 2004 J.T. Conklin <jtc@acorntoolworks.com>jtc2004-08-041-0/+5
|
* ChangeLogTag:Wed Jan 21 22:06:34 2004 Ossama Othman ↵Ossama Othman2004-01-221-1/+1
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Fri Nov 28 11:21:05 2003 Ossama Othman ↵Ossama Othman2003-11-281-2/+3
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Tue Oct 28 17:07:19 2003 Steve Huston <shuston@riverace.com>Steve Huston2003-10-281-0/+1
|
* ChangeLogTag:Mon Apr 28 10:54:02 2003 Ossama Othman ↵Ossama Othman2003-04-281-0/+3
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Thu Apr 17 16:15:24 2003 Ossama Othman ↵Ossama Othman2003-04-171-24/+31
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Fri Aug 25 15:15:27 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-08-251-27/+28
|
* ChangeLogTag:Wed Jun 14 17:54:18 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-06-151-19/+0
|
* ChangeLogTag:Fri Mar 17 09:39:52 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-03-171-0/+1
|
* Minor cosmetic update.Ossama Othman1999-10-301-5/+6
|
* ChangeLogTag:Fri Oct 29 19:53:59 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-10-301-1/+1
|
* Removed references to ace-diff-config.in and ACE.ifnames.Ossama Othman1999-08-301-19/+2
|
* Disabled NEWS version check.Ossama Othman1999-07-151-1/+1
|
* Fixed syntax errors.Ossama Othman1999-06-291-1/+1
|
* moved BUG-REPORT-FORM to PROBLEM-REPORT-FORMlevine1999-04-081-1/+1
|
* Added targets to clean up files and directories created duringOssama Othman1999-04-031-2/+9
| | | | | compilation. Automake will setup the `clean-local' targets to run automatically whenever a `make clean' is done.
* * configure.in: Placed the asynchronous IO checks right afterOssama Othman1999-04-031-1/+1
| | | | | | | | | | | | the thread library checks. This was done to make sure the library with AIO support gets added to the link list before the rest of the tests start, and to make sure that it doesn't get added if AIO isn't supported or isn't working. * Makefile.am (ACE_EXTRA_DIST): Changed directory names to use `$(top_srcdir)' instead of the current directory `.'. This allows a distribution to be made from a directory other than ACE's top level source directory.
* * Makefile.am (ACE.ifnames):Ossama Othman1999-03-251-2/+7
| | | | | | | | | | | | | | | | | | Placed rule generation of ACE.ifnames within a MAINTAINER_MODE automake conditional. If a `--enable-maintainer-mode' option isn't given on the configure script command line then don't generate a new `ACE.ifnames' file. * configure.in: Added AM_MAINTAINER_MODE so that maintainer level Makefile features are disabled by default. * acconfig.h: Added ACE_HAS_BROKEN_MAP_FAILED macro for platforms that do not cast MAP_FAILED to a (void *). Defining this macro prevents compilers on those platforms from complaining about assigning an int to a (void *). Thanks to Roland Gigler <roland@mch.pn.siemens.de> for providing feedback about this.
* * Makefile.am:Ossama Othman1999-03-221-1/+0
| | | | | | | | | Various minor updates. * aclocal.m4: * configure: These are automatically generated so they shouldn't be under CVS control. I Removed them from the CVS repository.
* Mucho ACE+autoconf updates. :)Ossama Othman1999-03-221-9/+7
|
* Starting to do the "real" ACE+autoconf integration.Ossama Othman1999-03-201-0/+125