1 # arg 1: the new package version
3 echo "To use components from the Booch library,"
4 echo "you must make gnat aware of it."
5 echo "Here are two examples how to do so."
7 echo "Use include path: e.g. gnatmake -I/usr/lib/adabooch ...."
9 echo "Set environment variable:"
10 echo ' export ADA_INCLUDE_PATH=${ADA_INCLUDE_PATH}:/usr/lib/adabooch'