From: Ulrich Drepper Date: Sat, 25 Aug 2007 22:25:32 +0000 (+0000) Subject: * config.make.in (datarootdir): Add to shut up configure. X-Git-Tag: cvs/fedora-glibc-20070827T2032~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f6ff5da297a014ea2b09d1e6223fadd5fff76e;p=thirdparty%2Fglibc.git * config.make.in (datarootdir): Add to shut up configure. --- diff --git a/ChangeLog b/ChangeLog index 9374c90f9dc..0fe7d809338 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-08-25 Ulrich Drepper + * config.make.in (datarootdir): Add to shut up configure. + * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of associativity for fully-associative caches. diff --git a/config.make.in b/config.make.in index 836f6131359..3fd0abc65cf 100644 --- a/config.make.in +++ b/config.make.in @@ -17,6 +17,7 @@ libexecdir = @libexecdir@ rootsbindir = @libc_cv_rootsbindir@ infodir = @infodir@ includedir = @includedir@ +datarootdir = @datarootdir@ # Should we use and build ldconfig? use-ldconfig = @use_ldconfig@