1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-19 01:37:17 +01:00

print ccache stats from configure.in

This commit is contained in:
Vadim Kurland 2009-06-10 20:55:06 +00:00
parent 8093777d9e
commit e83104f3fe
3 changed files with 6 additions and 6 deletions

View File

@ -40,11 +40,6 @@ $LIBTOOLIZE --dry-run --install > /dev/null 2>&1 && {
LIBTOOLIZE_ARGS="--force --copy"
}
if test -x "`which ccache`"
then
ccache -s
fi
echo This script runs configure ...
$LIBTOOLIZE $LIBTOOLIZE_ARGS

View File

@ -1 +1 @@
#define BUILD_NUM 1048
#define BUILD_NUM 1049

View File

@ -440,6 +440,11 @@ AC_SUBST(ICONSDIR)
AC_PATH_PROG(CCACHE, ccache, , )
AC_SUBST(CCACHE)
if test -n "$CCACHE"
then
ccache -s
fi
dnl AC_CONFIG_FILES([ Main.make ])
AC_CONFIG_FILES([ qmake.inc ])