From 8b28791da7153a5cd1a81e4c7f2a7019667bfce0 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Tue, 15 Jun 2004 16:00:56 +0000 Subject: [PATCH] Cache checkpoints. --- m4/type-sizes.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m4/type-sizes.m4 b/m4/type-sizes.m4 index 2c72adc..da23ca1 100644 --- a/m4/type-sizes.m4 +++ b/m4/type-sizes.m4 @@ -18,4 +18,6 @@ AC_CHECK_SIZEOF(void *) AC_CHECK_SIZEOF(float) AC_CHECK_SIZEOF(double) AC_CHECK_SIZEOF(long double) +# Cache check-point +AC_CACHE_SAVE ]) -- GitLab