summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-11-11 05:21:27 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-11-11 05:21:27 +0000
commit27e3f54bd0fca599cdb00eb96ea2cf44fe27032b (patch)
tree077f8c867be987116b4cea2ac928dbde7e93a38e /m4
parent75fc6c138670f143573257f6f6e6b93b96ad29c9 (diff)
downloadATCD-27e3f54bd0fca599cdb00eb96ea2cf44fe27032b.tar.gz
Minor comment update.
Diffstat (limited to 'm4')
-rw-r--r--m4/acinclude.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/acinclude.m4 b/m4/acinclude.m4
index 7aeeb7f740b..76d4847fa5e 100644
--- a/m4/acinclude.m4
+++ b/m4/acinclude.m4
@@ -50,8 +50,10 @@ AC_DEFUN(ACE_CHECK_FOR_CVS_DIR,
mkdir objdir
cd objdir
../configure
+ make
- This will create a build space in the directory \`objdir'.
+ This will create a build space in the directory \`objdir' and
+ start a build in that directory.
])
fi
])