Mercurial > hg > xemacs-beta
diff man/lispref/packaging.texi @ 3179:15139dbf89f4
[xemacs-hg @ 2005-12-27 18:50:47 by michaels]
This:
2005-11-25 Mike Sperber <mike@xemacs.org>
* CHANGES-beta:
* configure.ac: Zap --with-package-prefix; instead, add
--with-user-packages/--with-early-packages,
--with-system-packages/--with-late-packages, and
--with-legacy-packages/--with-last-packages.
... and the changes that result from it throughout the code.
author | michaels |
---|---|
date | Tue, 27 Dec 2005 18:51:30 +0000 |
parents | 4d269e525e21 |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/man/lispref/packaging.texi Mon Dec 26 22:50:50 2005 +0000 +++ b/man/lispref/packaging.texi Tue Dec 27 18:51:30 2005 +0000 @@ -168,9 +168,13 @@ results in a very ``clean'' @code{load-path}. The order of search can be changed at build time by specifying the -@samp{--package-path} option to @file{configure}, or at run-time by -specifying the @code{EMACSPACKAGEPATH} environment variable. -@xref{Packages,,,xemacs}. +@samp{--with-user-packages} (an alias for @samp{--with-early-packages}), +@samp{--with-system-packages} (an alias for +@samp{--with-late-packages}), and @samp{--with-legacy-packages} (an +alias for @samp{--with-last-packages}) options to @file{configure}, or +at run-time by specifying the @code{EMACSEARLYPACKAGES}, +@code{EMACSLATEPACKAGES}, @code{EMACSLASTPACKAGES} environment +variables. @xref{Packages,,,xemacs}. @c #### The following description is quite possibly inaccurate. @c Please, Michael, write some specs up!