+2006-04-03 Noah Misch <noah@cs.caltech.edu>
+
+ * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
+
2006-04-03 Eric Blake <ebb9@byu.net>
* THANKS: Add myself.
:end'] >>confcache
if diff $cache_file confcache >/dev/null 2>&1; then :; else
if test -w $cache_file; then
- test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
+ test "x$cache_file" != "x/dev/null" &&
+ AC_MSG_NOTICE([updating cache $cache_file])
cat confcache >$cache_file
else
- echo "not updating unwritable cache $cache_file"
+ AC_MSG_NOTICE([not updating unwritable cache $cache_file])
fi
fi
rm -f confcache[]dnl