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 | |
parent | 044df4606e1b686a953bf2a425ed49d09f7cce7b (diff) | |
download | ATCD-720cfad6d23ea59b8f86e5913fa131c26e236c18.tar.gz |
Various minor fixes.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/acinclude.m4 | 2 | ||||
-rw-r--r-- | m4/subsets.m4 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/m4/acinclude.m4 b/m4/acinclude.m4 index d76deacb66e..4b84ebf1d73 100644 --- a/m4/acinclude.m4 +++ b/m4/acinclude.m4 @@ -21,7 +21,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dnl miscellaneous macros -dnl add compiler flags to the CXXFLAGS and CFLAGS variables when doing an +dnl Add compiler flags to the CXXFLAGS and CFLAGS variables when doing an dnl AC_TRY_COMPILE (not ACE_TRY_COMPILE). dnl Use this macro when adding include directories to the compiler flags, dnl for example. 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) |