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