comparison etc/bundled-packages/README @ 4361:146742e30f05

Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
author Stephen J. Turnbull <stephen@xemacs.org>
date Wed, 26 Dec 2007 22:38:40 -0800
parents 232d873b9705
children fd714e8ba81e
comparison
equal deleted inserted replaced
4360:b545430be2eb 4361:146742e30f05
1 Package distributions may be placed in this directory. 1 Package distributions may be placed in this directory.
2 If present and a package-path is configured, packages can be installed 2 If present and a package-path is configured, packages can be installed
3 using the top-level makefile. 3 using the top-level Makefile.
4 4
5 To configure the package path, use the --with-late-packages option to 5 To configure the package path, use the --with-late-packages option to
6 configure, which specifies the path to the directory containing the 6 configure, which specifies a single directory in which to install the
7 xemacs-packages and mule-packages hierarchies to install. 7 xemacs-packages and mule-packages hierarchies provided. If this is null,
8 or contains a Unix-style search path (i.e., a colon is present in the
9 argument of the --with-late-packages option), you will have to install
10 the packages by hand.
8 11
9 To find out if a distribution includes bundled packages, type 12 To find out if a distribution includes bundled packages, type
10 13
11 make check-available-packages 14 make check-available-packages
12 15