summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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