From 89c1146bb87eb7b5053aac07d7c90a4be7fa8499 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 15 Feb 2010 21:34:45 +0100 Subject: [PATCH] Make configure hint about which make to run --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 91c7e65..908f679 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)