summaryrefslogtreecommitdiff
path: root/m4/acinclude.m4
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-11-11 05:18:34 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-11-11 05:18:34 +0000
commit9fac7b29e52ae03fb7810d7ade98f3e58824cc33 (patch)
tree1ce150b1f5fe8fefdc0420867140a5e2bfc91cd4 /m4/acinclude.m4
parent2215d1634f2387a8f29773391efbd197849256e0 (diff)
downloadATCD-9fac7b29e52ae03fb7810d7ade98f3e58824cc33.tar.gz
Minor typo fix in CVS directory check message.
Diffstat (limited to 'm4/acinclude.m4')
-rw-r--r--m4/acinclude.m49
1 files changed, 9 insertions, 0 deletions
diff --git a/m4/acinclude.m4 b/m4/acinclude.m4
index a0c87046af8..7aeeb7f740b 100644
--- a/m4/acinclude.m4
+++ b/m4/acinclude.m4
@@ -43,6 +43,15 @@ AC_DEFUN(ACE_CHECK_FOR_CVS_DIR,
Doing so will prevent accidentally committing automatically
generated files into the CVS repository and help ensure that
the generated files and build scheme are correct.
+
+ For example, try the following from the top-level source
+ directory:
+
+ mkdir objdir
+ cd objdir
+ ../configure
+
+ This will create a build space in the directory \`objdir'.
])
fi
])