- The statistics counter ``called for link'' is now correctly updated when
linking with a single object file.
+ - Fixed a problem with out-of-source builds.
ccache 3.0 (2010-06-20)
if test "x$ccache_dev" = "xyes"; then
version=`(git describe --dirty 2>/dev/null || echo vunknown) | sed -e 's/v//' -e 's/-/+/' -e 's/-/_/g'`
echo "const char CCACHE_VERSION@<:@@:>@ = \"$version\";" >version.c
-elif test ! -f version.c; then
+elif test ! -f $srcdir/version.c; then
AC_MSG_WARN(unable to determine ccache version)
echo "const char CCACHE_VERSION@<:@@:>@ = \"unknown\";" >version.c
fi