diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-03 01:21:30 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-03 01:21:30 +0000 |
commit | 56068e3bd7488df0691d0d3e942ec64fec06d0e9 (patch) | |
tree | 77dd2086330476528c40a339cd955f5e5a60d8ff /bin | |
parent | 2f63f07de51e4f6308bf2e3db4bb8a2674ce92f9 (diff) | |
download | ATCD-56068e3bd7488df0691d0d3e942ec64fec06d0e9.tar.gz |
* bin/autogen: Update NEWS file by copying VERSION. Temporary
hack to make Automake happy when doing a `make dist'.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/autogen | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/autogen b/bin/autogen index 516f5ab5bd7..c8157c058ec 100755 --- a/bin/autogen +++ b/bin/autogen @@ -6,7 +6,7 @@ # Bootstrap ACE/TAO configuration tools when checked out from CVS. # Requires GNU autoconf, GNU automake and GNU libtool. # -# This script is only meant to be run ACE/TAO maintainers. +# This script is only meant to be run by ACE/TAO maintainers. # # ------------------------------------------------------------------------- @@ -37,3 +37,8 @@ autoconf # that the distribution and configuration processes will run properly. automake --add-missing #--verbose +# Update the NEWS file +# For now just copy the contents of the `VERSION' file to make automake +# happy. Eventually, we should start putting real news in to it. +cp VERSION NEWS + |