don't use user-variables

This commit is contained in:
kuepper 2004-09-20 16:05:25 +00:00
commit 5e416e4a1c
4 changed files with 79 additions and 83 deletions

View file

@ -39,23 +39,9 @@ autoconf
# we want doc to be recompiled - and it keeps saying it's up to date!!!
touch doc/eo.cfg
# if test -z "$*"; then
# echo "I am going to run ./configure with no arguments - if you wish"
# echo "to pass any to it, please specify them on the $0 command line."
# fi
#
# ./configure "$@"
echo
echo "Now run 'configure' and 'make' to build $PROG."
echo "You can check the libraries by running 'make check'"
echo
echo "If you have Doxygen installed, type 'make doc' to generate $PROG documentation."
echo
#echo "WARNING: Compiling all test programs can take some time."
#echo "But you don't have to: you can simply type"
#echo " 'make lib'"
#echo "and then go in your application dir (or in the tutorial dir)"
#echo "and there type 'make'"