From 98eaa3fb9c5b57d37c08725e306118e58036374f Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Mon, 19 Mar 2018 22:37:54 +0100 Subject: maint: Remove obsolete configure checks * configure.ac: Don't check for 'sed' and 'cp' programs which are considered portable. Don't check for 'head' and 'which' programs which are not required. --- configure.ac | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/configure.ac b/configure.ac index 0ce6475..f741d1a 100644 --- a/configure.ac +++ b/configure.ac @@ -49,24 +49,6 @@ GUILE_PROGS AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir) -AC_CHECK_PROGS(SED, sed) -if test "x$ac_cv_prog_SED" = "x"; then - AC_MSG_ERROR(sed not found) -fi -AC_CHECK_PROGS(HEAD, head) -if test "x$ac_cv_prog_HEAD" = "x"; then - AC_MSG_ERROR(head not found) -fi -AC_CHECK_PROGS(WHICH, which) -if test "x$ac_cv_prog_WHICH" = "x"; then - AC_MSG_ERROR(which not found) -fi -AC_CHECK_PROGS(CP, cp) -if test "x$ac_cv_prog_CP" = "x"; then - AC_MSG_ERROR(cp not found) -fi - - # Now find a sendmail or equivalent. AC_CHECK_PROGS(SENDMAIL, sendmail) -- cgit v1.2.3