diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-20 08:06:21 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-20 08:06:21 +0000 |
commit | 4644e6d0fb62412565f1b54d95a8eebf0d46b727 (patch) | |
tree | 493ea7eb22662cdb19f117405288119513932fd9 /configure.in | |
parent | 8d9a178a223bf4d9810dc35da271f0cab75725ec (diff) | |
download | ATCD-4644e6d0fb62412565f1b54d95a8eebf0d46b727.tar.gz |
Starting to do the "real" ACE+autoconf integration.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.in b/configure.in index c07a387a7ff..ee96a26cf66 100644 --- a/configure.in +++ b/configure.in @@ -195,6 +195,9 @@ dnl dnl SECTION 2: Configure script command line options dnl +dnl Determine which subsets to build +dnl This is done using the autoconf "--enable-foobar" mechanism. +ACE_CHECK_SUBSETS AC_ARG_ENABLE(debug, [ --enable-debug enable debugging [default=yes]], @@ -280,7 +283,7 @@ AC_ARG_ENABLE(inline, esac ], [ - AC_DEFINE(__ACE_INLINE__) + AC_DEFINE(__ACE_INLINE__) ]) AC_ARG_ENABLE(log-msg-prop, @@ -665,8 +668,7 @@ AC_ARG_WITH(gperf, AC_MSG_WARN(existing gperf may be overwritten during installation) fi ]) -AM_CONDITIONAL(COMPILE_GPERF, - test X$ace_user_with_gperf = Xyes) +AM_CONDITIONAL(COMPILE_GPERF, test X$ace_user_with_gperf = Xyes) AC_ARG_WITH(orbix, [ --with-orbix[=DIR] compile ACE with Orbix [default=no]], @@ -6093,7 +6095,6 @@ dnl created from Makefile.in, etc. Top-level Makefiles should be dnl created first. AC_OUTPUT([ Makefile - NEWS ace-config ace-diff-config ace/Makefile |