diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-25 19:38:31 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-25 19:38:31 +0000 |
commit | 6f101e7c4ffa65869c101f520d143d09880bd07b (patch) | |
tree | 17cd7bf497c093429256436ec894ac6f43fa1a46 /configure.in | |
parent | 369d75b891798d182bfca561802c7ba9f9a4ed0c (diff) | |
download | ATCD-6f101e7c4ffa65869c101f520d143d09880bd07b.tar.gz |
* Makefile.am (ACE.ifnames):
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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 51f588133e4..ea2fb142e8c 100644 --- a/configure.in +++ b/configure.in @@ -195,6 +195,9 @@ dnl dnl SECTION 2: Configure script command line options dnl +dnl Added maintainer mode option to the option list +AM_MAINTAINER_MODE + dnl Determine which subsets to build dnl This is done using the autoconf "--enable-foobar" mechanism. ACE_CHECK_SUBSETS |