From a08d737cbbc7d1fa49e430984463d726fb42d1b0 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 5 Apr 2015 18:29:54 +0100 Subject: [PATCH] Don't tell users to run "/gmake" after configure --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8b495939..b9f3f298 100644 --- a/configure.ac +++ b/configure.ac @@ -618,8 +618,7 @@ AC_CACHE_CHECK([for GNU make], [ac_cv_path_GNUMAKE], [ ]], [AC_MSG_ERROR([could not find GNU make])] ) ]) -GNUMAKE_DIRNAME=`AS_DIRNAME(["$ac_cv_path_GNUMAKE"])` -GNUMAKE=`echo $ac_cv_path_GNUMAKE | $SED "s%$GNUMAKE_DIRNAME/%%"` +GNUMAKE=`echo $ac_cv_path_GNUMAKE | $SED "s%.*/%%"` # this is in the end, for not trying to include it when it doesn't exist yet appendCXX "-include znc/zncconfig.h"