diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-11-11 05:18:34 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-11-11 05:18:34 +0000 |
commit | 75fc6c138670f143573257f6f6e6b93b96ad29c9 (patch) | |
tree | 1ce150b1f5fe8fefdc0420867140a5e2bfc91cd4 /m4/acinclude.m4 | |
parent | 738a0f581e98dc43a6326fc69e821f9e47ace23b (diff) | |
download | ATCD-75fc6c138670f143573257f6f6e6b93b96ad29c9.tar.gz |
Minor typo fix in CVS directory check message.
Diffstat (limited to 'm4/acinclude.m4')
-rw-r--r-- | m4/acinclude.m4 | 9 |
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 ]) |