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:
parent
8093777d9e
commit
e83104f3fe
@ -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
|
||||
|
||||
@ -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 ])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user