diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-23 21:40:19 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-23 21:40:19 +0000 |
commit | 720cfad6d23ea59b8f86e5913fa131c26e236c18 (patch) | |
tree | 25b31b9d42dbb20b74ce99efb8b3b8b17b6fd4e4 /m4/subsets.m4 | |
parent | 044df4606e1b686a953bf2a425ed49d09f7cce7b (diff) | |
download | ATCD-720cfad6d23ea59b8f86e5913fa131c26e236c18.tar.gz |
Various minor fixes.
Diffstat (limited to 'm4/subsets.m4')
-rw-r--r-- | m4/subsets.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/subsets.m4 b/m4/subsets.m4 index 6eef3956da4..34739908c42 100644 --- a/m4/subsets.m4 +++ b/m4/subsets.m4 @@ -31,7 +31,7 @@ dnl Assume all subsets will be built, including the full ACE library. dnl If any of the components is explicitly enabled or disabled by the user dnl then do NOT build the full ACE library. AC_ARG_ENABLE(lib-all, - [ --enable-lib-all build all ACE components [default=yes]], + [ --enable-lib-all build all ACE components [default=yes]], [ case "${enableval}" in yes) @@ -50,7 +50,7 @@ AC_ARG_ENABLE(lib-all, ]) AC_ARG_ENABLE(lib-full, - [ --enable-lib-full build the full ACE library [default=yes]], + [ --enable-lib-full build the full ACE library [default=yes]], [ case "${enableval}" in yes) |