Mercurial > hg > xemacs-beta
diff configure @ 4350:50889296c05c
Fix typo of "late packages" for "last packages".
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Sat, 22 Dec 2007 02:14:23 -0800 |
parents | dfd878799ef0 |
children | 01970033faa6 |
line wrap: on
line diff
--- a/configure Sat Dec 22 02:05:07 2007 -0800 +++ b/configure Sat Dec 22 02:14:23 2007 -0800 @@ -1521,7 +1521,7 @@ Specify location of last/legacy packages (instead of default location; same as --with-legacy-packages). --with-legacy-packages=DIR - Specify location of late/legacy packages (instead of + Specify location of last/legacy packages (instead of default location; same as --with-last-packages). --with-package-path=PATH Search path for package directories. @@ -2842,7 +2842,7 @@ enableval="$with_legacy_packages" withval="$with_legacy_packages" cat >>confdefs.h <<\_ACEOF -#define LATE_PACKAGE_DIRECTORIES_USER_DEFINED 1 +#define LAST_PACKAGE_DIRECTORIES_USER_DEFINED 1 _ACEOF fi;