]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Make configure hint about which make to run
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 15 Feb 2010 20:34:45 +0000 (21:34 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 15 Feb 2010 20:34:45 +0000 (21:34 +0100)
configure.ac

index 91c7e657214a0296d617d60c3dcb5a262e20a616..908f6796b80412bf298740ef3d415749b7885c3e 100644 (file)
@@ -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)