]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
authorNoah Misch <noah@cs.caltech.edu>
Mon, 3 Apr 2006 13:51:02 +0000 (13:51 +0000)
committerNoah Misch <noah@cs.caltech.edu>
Mon, 3 Apr 2006 13:51:02 +0000 (13:51 +0000)
ChangeLog
lib/autoconf/general.m4

index 5ca502a8b35e68ceb5fcb0d19a205b4184ca03a9..374705830ee84cdfe6419ce254a6637e430ee06e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index fad2d2df7e660992a7cd7bce6429cb9911dc9063..7cd9915059ad64acfb4b29a86c567b2d773c9b21 100644 (file)
@@ -1862,10 +1862,11 @@ _AC_CACHE_DUMP() |
      :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