Autoconf 2.60 will replace some variables, most notably mandir, with values
relative to datarootdir, a new variable. Add settings of datarootdir to
the affected files.
# each other and this is the only way we get them all expanded.
prefix=@prefix@
exec_prefix=@exec_prefix@
+datarootdir=@datarootdir@
bindir=@bindir@
includedir=@includedir@
libdir=@libdir@
JNI_INC=${JAVA_HOME}/include
prefix=@prefix@
exec_prefix=@exec_prefix@
+datarootdir=@datarootdir@
bindir=@bindir@
sbindir=@sbindir@
libexecdir=@libexecdir@
afssrvsbindir=@afssrvsbindir@
bindir=@bindir@
exec_prefix=@exec_prefix@
+datarootdir=@datarootdir@
includedir=@includedir@
libdir=@libdir@
libexecdir=@libexecdir@