summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-12-21 07:06:09 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-12-21 07:06:09 +0000
commitde697d0524d4ceaac74939c24c0d04988460e673 (patch)
tree82e3be197d81c4163e563a50cede097e527c4bb7 /bin
parent8edbb9d2c8bb6773e55eebc0323d7053d55b7bc4 (diff)
downloadATCD-de697d0524d4ceaac74939c24c0d04988460e673.tar.gz
ChangeLogTag:Tue Dec 21 01:04:55 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/bootstrap b/bin/bootstrap
index 05d0a972382..4a11c2d1ad8 100755
--- a/bin/bootstrap
+++ b/bin/bootstrap
@@ -103,6 +103,7 @@ if test -d m4; then
export PATH
fi
+ # Provide some "useful" information.
echo Bootstrapping...
# Generate an `aclocal.m4' file from all existing m4 macro files
@@ -179,6 +180,8 @@ if test -d m4; then
echo Creating a NEWS file
cp VERSION NEWS
+ # Provide some more "useful" information.
+ echo Done bootstrapping.
else
echo ACE must be bootstrapped from the top-level ACE source directory.
exit 1;