summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-03-13 23:57:41 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-03-13 23:57:41 +0000
commit6eeebd2e8de0c601b78aa401a3b23215d700ad2a (patch)
treec6b9fc687f6d1be5418449b42010d68c406784a0
parentcb064a6a7f8e8ee09cebac1a171204a30671da6a (diff)
downloadATCD-6eeebd2e8de0c601b78aa401a3b23215d700ad2a.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 2501520f8c0..2e825cfa3e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,12 @@ Thu Mar 13 15:49:21 2003 Ossama Othman <ossama@uci.edu>
* bin/bootstrap:
- Invoke `automake' after `autoheader' and `autoconf' to make sure
- all configuration headers are generated prior to running
- `automake'. Fixes an error about a missing `ace/config.h.in'
- configuration header template file when running automake.
- Thanks to Steve Huston <shuston@riverace.com> for reporting the
- error, and providing a means to reproduce it.
+ Fixed an error about a missing `ace/config.h.in' configuration
+ header template file when running `automake'. `Automake' should
+ be invoked after `autoheader' to make sure the configuration
+ header template files exist beforehand. Thanks to Steve Huston
+ <shuston@riverace.com> for reporting the error, and providing a
+ means to reproduce it.
Wed Mar 12 13:48:31 2003 Steve Huston <shuston@riverace.com>