[krbdev.mit.edu #3965] Autoconf 2.60 datarootdir issue

Russ Allbery via RT rt-comment at krbdev.mit.edu
Fri Jun 30 12:15:02 EDT 2006


Sam Hartman via RT <rt-comment at krbdev.mit.edu> writes:

> AUtoconf 2.60 introduces datarootdir.  It's not clear that we support it
> correctly.  At least it gives warnings about our code.

Autoconf will do the right thing if you don't include the datarootdir
variable in version 2.60, although it may not in future versions.  Anyway,
here's the patch; sorry, I forgot about that when the Makefiles were being
fixed.

Index: config/pre.in
===================================================================
--- config/pre.in       (revision 18288)
+++ config/pre.in       (working copy)
@@ -194,6 +194,7 @@
 INSTALL_PREFIX=$(prefix)
 INSTALL_EXEC_PREFIX=@exec_prefix@
 exec_prefix=@exec_prefix@
+datarootdir=@datarootdir@
 SHLIB_TAIL_COMP=@SHLIB_TAIL_COMP@
 
 datadir = @datadir@

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>




More information about the krb5-bugs mailing list