comparison 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
comparison
equal deleted inserted replaced
4349:9b8a5d78e07a 4350:50889296c05c
1519 default location; same as --with-late-packages). 1519 default location; same as --with-late-packages).
1520 --with-last-packages=DIR 1520 --with-last-packages=DIR
1521 Specify location of last/legacy packages (instead of 1521 Specify location of last/legacy packages (instead of
1522 default location; same as --with-legacy-packages). 1522 default location; same as --with-legacy-packages).
1523 --with-legacy-packages=DIR 1523 --with-legacy-packages=DIR
1524 Specify location of late/legacy packages (instead of 1524 Specify location of last/legacy packages (instead of
1525 default location; same as --with-last-packages). 1525 default location; same as --with-last-packages).
1526 --with-package-path=PATH 1526 --with-package-path=PATH
1527 Search path for package directories. 1527 Search path for package directories.
1528 --with-infopath=PATH Location of info directories 1528 --with-infopath=PATH Location of info directories
1529 1529
2840 # Check whether --with-legacy-packages or --without-legacy-packages was given. 2840 # Check whether --with-legacy-packages or --without-legacy-packages was given.
2841 if test "${with_legacy_packages+set}" = set; then 2841 if test "${with_legacy_packages+set}" = set; then
2842 enableval="$with_legacy_packages" 2842 enableval="$with_legacy_packages"
2843 withval="$with_legacy_packages" 2843 withval="$with_legacy_packages"
2844 cat >>confdefs.h <<\_ACEOF 2844 cat >>confdefs.h <<\_ACEOF
2845 #define LATE_PACKAGE_DIRECTORIES_USER_DEFINED 1 2845 #define LAST_PACKAGE_DIRECTORIES_USER_DEFINED 1
2846 _ACEOF 2846 _ACEOF
2847 2847
2848 fi; 2848 fi;
2849 # If --with-package-path or --without-package-path were given then copy the value to the 2849 # If --with-package-path or --without-package-path were given then copy the value to the
2850 # equivalent enable_package-path variable. 2850 # equivalent enable_package-path variable.