Remove redundant "configuring Sudo version X.YY" line.

We now display this along with the summary info at the end.
This commit is contained in:
Todd C. Miller
2021-05-07 08:01:07 -06:00
parent 841e1b33fb
commit 2efa903521
2 changed files with 0 additions and 6 deletions

2
configure vendored
View File

@@ -3404,8 +3404,6 @@ ac_config_headers="$ac_config_headers config.h pathnames.h"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: configuring Sudo version $PACKAGE_VERSION" >&5
printf "%s\n" "$as_me: configuring Sudo version $PACKAGE_VERSION" >&6;}

View File

@@ -23,10 +23,6 @@ AC_CONFIG_HEADERS([config.h pathnames.h])
AC_CONFIG_SRCDIR([src/sudo.c])
AC_CONFIG_AUX_DIR([scripts])
dnl
dnl Note: this must come after AC_INIT
dnl
AC_MSG_NOTICE([configuring Sudo version $PACKAGE_VERSION])
dnl
dnl Variables that get substituted in the Makefile and man pages
dnl
AC_SUBST([SHELL])