diff --git a/autogen.sh b/autogen.sh index 7fbbdf090..58cf7eaa7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -116,6 +116,5 @@ cd $ORIGDIR || exit $? if test -z "$NOCONFIGURE"; then $srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@" || exit $? - echo echo "Now type 'make' to compile $PROJECT." fi