From: John Darrington Date: Sat, 26 Sep 2020 20:48:03 +0000 (+0200) Subject: acinclude.m4: Remove one oxymoron and one tautology X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85788df03d1dfadf954f5f5cd60f7e2468974329;p=pspp acinclude.m4: Remove one oxymoron and one tautology --- diff --git a/acinclude.m4 b/acinclude.m4 index d744317e9d..043484f45e 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -16,11 +16,11 @@ AC_DEFUN([PSPP_OPTIONAL_PREREQ], [pspp_optional_prereqs="$pspp_optional_prereqs AC_DEFUN([PSPP_CHECK_PREREQS], [ if test "$pspp_optional_prereqs" != ""; then - AC_MSG_WARN([The following optional prerequisites are not installed. + AC_MSG_WARN([The following optional packages are not installed. You may wish to install them to obtain additional functionality:$pspp_optional_prereqs]) fi if test "$pspp_required_prereqs" != ""; then - AC_MSG_ERROR([The following required prerequisites are not installed. + AC_MSG_ERROR([The following required packages are not installed. You must install them before PSPP can be built:$pspp_required_prereqs]) fi ])