]> git.decadent.org.uk Git - nfs-utils.git/commit
configure: fix AC_CACHE_VAL warnings on Fedora 10
authorChuck Lever <chuck.lever@oracle.com>
Wed, 4 Mar 2009 20:54:39 +0000 (15:54 -0500)
committerSteve Dickson <steved@redhat.com>
Wed, 4 Mar 2009 20:54:39 +0000 (15:54 -0500)
commit38667906c89d6944faaced7fbcda027643dc10ad
tree8e0372a810dc02a1c819ea0a414efedfbe548069
parent9d1cf415ecf3466ca5c4cf518915e363d75a6a6e
configure: fix AC_CACHE_VAL warnings on Fedora 10

Autoconf 2.63 (and maybe earlier releases) complains about the cache
variable name used in aclocal/libblkid.m4:

configure.ac:217: warning: AC_CACHE_VAL(libblkid_is_recent, ...):
suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal/libblkid.m4:2: AC_BLKID_VERS is expanded from...
configure.ac:217: the top level

This addresses
  https://bugzilla.redhat.com/attachment.cgi?bugid=481386 .

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
aclocal/libblkid.m4
configure.ac