Small improvements for the musrfit installation process
This commit is contained in:
@ -78,6 +78,13 @@ then
|
||||
echo ">> autoreconf" && \
|
||||
autoreconf && exit 0
|
||||
else
|
||||
echo "" && \
|
||||
echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" && \
|
||||
echo "+ This script prepares the building environment for the configuration of musrfit. +" && \
|
||||
echo "+ During this process some informative messages might appear which can safely be +" && \
|
||||
echo "+ ignored as long as they are not tagged as errors. +" && \
|
||||
echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" && \
|
||||
echo "" && \
|
||||
echo ">> libtoolize" && \
|
||||
$LIBTOOLIZE --force && \
|
||||
echo ">> aclocal" && \
|
||||
|
Reference in New Issue
Block a user