Skip to content

Commit

Permalink
Display error message when build tools missing
Browse files Browse the repository at this point in the history
When autoconf or libtool is missing, display an error message.
  • Loading branch information
raisin committed Feb 28, 2024
1 parent 1cf9370 commit 52e8384
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/get_colpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ if which autoconf >& /dev/null
then
echo_eval libtoolize
echo_eval autoreconf --install --force
else
echo "Error: autoconf and libtool required for this script"
exit 1
fi
# -----------------------------------------------------------------------------
system_name=`uname | sed -e 's|\(......\).*|\1|'`
Expand Down

0 comments on commit 52e8384

Please sign in to comment.