summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-01-20 17:19:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-01-20 17:19:04 +0000
commite0a33fd1ef9b598865a66b521dabbd4db5b7b4d2 (patch)
treea0750c7893ab0ce6f211b0825e3ecc2c77e5e3bf /bin
parent6a8ea097ed319c6d430af25adfcd54611b78a6a8 (diff)
downloadATCD-e0a33fd1ef9b598865a66b521dabbd4db5b7b4d2.tar.gz
ChangeLogTag:Thu Jan 20 09:15:50 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bootstrap12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/bootstrap b/bin/bootstrap
index 4a11c2d1ad8..2c7da6225c6 100755
--- a/bin/bootstrap
+++ b/bin/bootstrap
@@ -106,6 +106,12 @@ if test -d m4; then
# Provide some "useful" information.
echo Bootstrapping...
+ # 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.
+ echo Creating a NEWS file
+ cp VERSION NEWS
+
# Generate an `aclocal.m4' file from all existing m4 macro files
# including those in the `m4' directory.
echo Running aclocal
@@ -174,12 +180,6 @@ if test -d m4; then
exit 1;
fi # test -f man/man3/Makefile.am && test -f man/html/Makefile.am
- # 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.
- echo Creating a NEWS file
- cp VERSION NEWS
-
# Provide some more "useful" information.
echo Done bootstrapping.
else