diff options
-rwxr-xr-x | bin/bootstrap | 6 |
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 |