Amend a confusing error message if (recent enough) GNU diffutils are not found.
Signed-off-by: Petr Tesarik <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 156a586..14ea4dc 100644 --- a/configure.ac +++ b/configure.ac @@ -256,7 +256,7 @@ fi if test -z "$diff_version" ; then AC_MSG_ERROR([ $PACKAGE_NAME requires at least version 2.7 of GNU diffutils. You can -download a current version of patch from ftp.gnu.org, or if you already +download a current version of diffutils from ftp.gnu.org, or if you already have GNU diff then you can supply its path with the '--with-diff=' option. ]) fi -- 2.47.1 _______________________________________________ Quilt-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/quilt-dev
