Mercurial > hg > xemacs-beta
comparison configure @ 2680:b26d8b5d0d30
[xemacs-hg @ 2005-03-24 00:27:37 by aidan]
Update some usage & error messages to use the --with-* syntax.
author | aidan |
---|---|
date | Thu, 24 Mar 2005 00:27:40 +0000 |
parents | 4f72b178ae35 |
children | 7be4146ed65e |
comparison
equal
deleted
inserted
replaced
2679:137460151b27 | 2680:b26d8b5d0d30 |
---|---|
965 | 965 |
966 Optional Packages: | 966 Optional Packages: |
967 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | 967 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
968 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | 968 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
969 | 969 |
970 --with-prefix=no Don't compile the value of --prefix into the | 970 --with-prefix=no Don't compile the value for `prefix' into the |
971 executable. | 971 executable. |
972 --with-site-lisp=no Allow for a site-lisp directory in the XEmacs | 972 --with-site-lisp=no Allow for a site-lisp directory in the XEmacs |
973 hierarchy searched before the installation packages. | 973 hierarchy searched before the installation packages. |
974 --with-site-modules Disable site-modules directory in the XEmacs | 974 --with-site-modules Disable site-modules directory in the XEmacs |
975 hierarchy, which is searched before the installation | 975 hierarchy, which is searched before the installation |
1070 --with-package-prefix Specify packages root. | 1070 --with-package-prefix Specify packages root. |
1071 --with-package-path Search path for package hierarchies. | 1071 --with-package-path Search path for package hierarchies. |
1072 --with-compiler C compiler to use | 1072 --with-compiler C compiler to use |
1073 --with-xemacs-compiler compiler to use to compile just the xemacs | 1073 --with-xemacs-compiler compiler to use to compile just the xemacs |
1074 executable and C modules. If you want to compile | 1074 executable and C modules. If you want to compile |
1075 XEmacs as C++, use e.g. `--xemacs-compiler=g++'. | 1075 XEmacs as C++, use e.g. |
1076 This turns on a lot of additional error-checking. | 1076 `--with-xemacs-compiler=g++'. This turns on a lot of |
1077 additional error-checking. | |
1077 --with-cflags Compiler flags (such as -O); setting this overrides | 1078 --with-cflags Compiler flags (such as -O); setting this overrides |
1078 all default compiler flags except those that control | 1079 all default compiler flags except those that control |
1079 warnings. | 1080 warnings. |
1080 --with-cflags-warning Override compiler flags used to control warnings. | 1081 --with-cflags-warning Override compiler flags used to control warnings. |
1081 Normally, don't set this, as XEmacs already turns on | 1082 Normally, don't set this, as XEmacs already turns on |
2332 | 2333 |
2333 | 2334 |
2334 if test "$enable_database_dbm" = "yes" -a "$enable_database_gdbm" = "yes"; then | 2335 if test "$enable_database_dbm" = "yes" -a "$enable_database_gdbm" = "yes"; then |
2335 (echo "$progname: Usage error:" | 2336 (echo "$progname: Usage error:" |
2336 echo " " "Only one of \`dbm' and \`gnudbm' may be specified | 2337 echo " " "Only one of \`dbm' and \`gnudbm' may be specified |
2337 with the \`--$optname' option." | 2338 with the \`--enable-database' option." |
2338 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 | 2339 echo " Use \`$progname --help' to show usage.") >&2 && exit 1 |
2339 fi | 2340 fi |
2340 | 2341 |
2341 | 2342 |
2342 fi; | 2343 fi; |