summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-12-21 04:27:12 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-12-21 04:27:12 +0000
commit9ea48e32c8af50f5d530433a72b2162b9ae970c9 (patch)
treed3f4bb54fa44b65333a2d80c503510cc2ef47cfa
parent3042738dfed6c0c4f1f3659f25535f14aeb38ef6 (diff)
downloadATCD-9ea48e32c8af50f5d530433a72b2162b9ae970c9.tar.gz
Added PATH containing GNU tools when bootstrapping on local Solaris
machines.
-rwxr-xr-xbin/bootstrap6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/bootstrap b/bin/bootstrap
index def67fd2e27..996a6d64b6e 100755
--- a/bin/bootstrap
+++ b/bin/bootstrap
@@ -97,6 +97,12 @@ done
# This script must be run from the top-level ACE source directory
if test -d m4; then
+ # Set the PATH containing the GNU tools
+ if (uname | grep SunOS > /dev/null 2>&1); then
+ PATH=/project/danzon/pkg/gnu/bin:$PATH
+ export PATH
+ fi
+
# Generate an `aclocal.m4' file from all existing m4 macro files
# including those in the `m4' directory.
echo Running aclocal