mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
remove debugging printouts
This commit is contained in:
parent
63ab0ffc22
commit
5b5dc148bf
@ -256,9 +256,6 @@ AS_IF([test "$ac_cv_path_PYTHON" = "nopython"],AC_MSG_ERROR([could not find pyth
|
||||
AC_PATH_PROG(GNUPLOT, gnuplot, nognuplot)
|
||||
AS_IF([test "$ac_cv_path_GNUPLOT" = "nognuplot"],AC_MSG_NOTICE([could not find gnuplot]),[])
|
||||
AX_SWIG_BIN([])
|
||||
echo $SWIG_BIN
|
||||
echo
|
||||
echo
|
||||
AC_PATH_PROG(SWIG, swig, noswig, $SWIG_BIN)
|
||||
echo $SWIG
|
||||
AS_IF([test "$ac_cv_path_SWIG" = "noswig"],AC_MSG_ERROR([could not find swig]),[])
|
||||
|
4
configure
vendored
4
configure
vendored
@ -4144,9 +4144,6 @@ fi
|
||||
|
||||
|
||||
|
||||
echo $SWIG_BIN
|
||||
echo
|
||||
echo
|
||||
# Extract the first word of "swig", so it can be a program name with args.
|
||||
set dummy swig; ac_word=$2
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||||
@ -4188,6 +4185,7 @@ $as_echo "no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
echo $SWIG
|
||||
if test "$ac_cv_path_SWIG" = "noswig"; then :
|
||||
as_fn_error $? "could not find swig" "$LINENO" 5
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user