"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
Is this right? Shouldn't that last clause be
datadir='${prefix}/share'?
if test "x$datadir_expanded" != "x$prefix_expanded/share"
then
AC_DEFINE(INFODIR_USER_DEFINED)
AC_DEFINE(LISPDIR_USER_DEFINED)
AC_DEFINE(MODULEDIR_USER_DEFINED)
AC_DEFINE(ETCDIR_USER_DEFINED)
AC_DEFINE(DOCDIR_USER_DEFINED)
AC_DEFINE(ARCHLIBDIR_USER_DEFINED)
else
datadir='${prefix}/lib'
fi
No, that's an artefact of autoconf assuming GNU layout, and us not
having it. The test merely check whether datadir has been set by the
user on the configure command line. If not, we need to fix it up to
match our layout.
(I know, I know ...)
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta