Hello,
"./configure --prefix=/usr --infodir=/usr/share/info" results in info files
being installed in /usr/share/xemacs-21.5-b28/info, --infodir ends up being
ignored (INFODIR_USER_DEFINED undef):
if test "x$infodir_expanded" != "x${prefix_expanded}/share/info"
then
AC_DEFINE(INFODIR_USER_DEFINED)
else
infodir='${datarootdir}/${instvardir}/info'
fi
The whole *_USER_DEFINED stuff looks quite complicated to me. Why not just
always use the dirs directly no matter whether they were given to configure
or are set to its defaults?
./configure --help says infodir defaults to DATAROOTDIR/info which I think is
incorrect, looks like ${datarootdir}/${instvardir}/info is the actual
default.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta