From: Joel Rosdahl Date: Mon, 15 Feb 2010 20:34:45 +0000 (+0100) Subject: Make configure hint about which make to run X-Git-Tag: v3.0pre0~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c1146bb87eb7b5053aac07d7c90a4be7fa8499;p=thirdparty%2Fccache.git Make configure hint about which make to run --- diff --git a/configure.ac b/configure.ac index 91c7e6572..908f6796b 100644 --- a/configure.ac +++ b/configure.ac @@ -108,3 +108,5 @@ AC_CONFIG_FILES([Makefile]) AC_OUTPUT mkdir -p .deps + +AC_MSG_NOTICE(Now please build ccache by running $ac_cv_path_MAKE)