* config.make.in (datarootdir): Add to shut up configure.

This commit is contained in:
Ulrich Drepper 2007-08-25 22:25:32 +00:00
parent 76fca9f14a
commit f8f6ff5da2
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2007-08-25 Ulrich Drepper <drepper@redhat.com> 2007-08-25 Ulrich Drepper <drepper@redhat.com>
* config.make.in (datarootdir): Add to shut up configure.
* sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
associativity for fully-associative caches. associativity for fully-associative caches.

View File

@ -17,6 +17,7 @@ libexecdir = @libexecdir@
rootsbindir = @libc_cv_rootsbindir@ rootsbindir = @libc_cv_rootsbindir@
infodir = @infodir@ infodir = @infodir@
includedir = @includedir@ includedir = @includedir@
datarootdir = @datarootdir@
# Should we use and build ldconfig? # Should we use and build ldconfig?
use-ldconfig = @use_ldconfig@ use-ldconfig = @use_ldconfig@