| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
compilation. Automake will setup the `clean-local' targets to
run automatically whenever a `make clean' is done.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|