diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-21 07:04:59 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-21 07:04:59 +0000 |
commit | c7d1de691661cd7f718dcb3b3fed95bf5f516d0b (patch) | |
tree | 721e0b397a6bc97e64e030133e0dbeed25ff5761 /ChangeLog-99b | |
parent | 2556a3a33bf650debc5c8f3ce44d06d597bb5540 (diff) | |
download | ATCD-c7d1de691661cd7f718dcb3b3fed95bf5f516d0b.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r-- | ChangeLog-99b | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index b0d411fd607..09ec7030c7c 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,6 +1,30 @@ +Tue Dec 21 01:04:55 1999 Ossama Othman <othman@cs.wustl.edu> + + * ACE-configuration.txt: + + Updated information about using ACE+autoconf. + + * configure.in: + + Moved AC_{EXE,OBJ}EXT tests before C++ linker flags since these + tests require C linker flags. + + * Makefile (release, releaseall): + + ACE-INSTALL should be a dependency of these targets in order for + it to be generated. This fixes a "no such file or directory" + error that occurs when making an ACE beta/release. Note that + this fix is unrelated to the ACE+autoconf bootstrapping support + that was recently added. + + * bin/bootstrap: + + Output message that lets the user know that bootstrapping is + done. + Mon Dec 20 23:55:18 1999 Ossama Othman <othman@cs.wustl.edu> - * Makefile: + * Makefile (release, releaseall): Removed ACE+autoconf bootstrapping commands. Bootstrapping must be done later in the process (i.e. in bin/make_release). |