Sam Hartman via RT <rt-comment@krbdev.mit.edu> writes:
Show quoted text
> 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@stanford.edu) <
http://www.eyrie.org/~eagle/>