1
1

Add some user-friendly messages so that you know that it's doing

something when your development machine is slow ;-)

This commit was SVN r119.
Этот коммит содержится в:
Jeff Squyres 2004-01-08 15:17:57 +00:00
родитель 46af8bb900
Коммит e07921e27c

Просмотреть файл

@ -172,7 +172,7 @@ EOF
##############################################################################
run_and_check() {
local rac_progs="$*"
echo "$rac_progs"
echo "[Running] $rac_progs"
eval $rac_progs
if test "$?" != 0; then
cat <<EOF
@ -252,6 +252,9 @@ find_and_delete() {
#
##############################################################################
# announce
echo "[Checking] prerequisites"
# sanity check to make sure user isn't being stupid
if test ! -d CVS ; then
cat <<EOF
@ -277,7 +280,6 @@ EOF
exit 1
fi
# find all the apps we are going to run
find_app "aclocal"
find_app "autoheader"
@ -303,7 +305,7 @@ if test "`grep AC_CONFIG_HEADER configure.ac`" != "" -o \
run_and_check $lam_autoheader
fi
run_and_check $lam_autoconf
echo " -- patching configure for broken -c/-o compiler test"
echo "[Patching] configure for broken libtool -c/-o compiler test"
sed -e 's/chmod -w \./#LAM\/MPI FIX: chmod -w ./' \
configure > configure.new
mv configure.new configure