Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/configure Wed Mar 23 22:52:13 2005 +0000 +++ b/configure Thu Mar 24 00:27:40 2005 +0000 @@ -967,7 +967,7 @@ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-prefix=no Don't compile the value of --prefix into the + --with-prefix=no Don't compile the value for `prefix' into the executable. --with-site-lisp=no Allow for a site-lisp directory in the XEmacs hierarchy searched before the installation packages. @@ -1072,8 +1072,9 @@ --with-compiler C compiler to use --with-xemacs-compiler compiler to use to compile just the xemacs executable and C modules. If you want to compile - XEmacs as C++, use e.g. `--xemacs-compiler=g++'. - This turns on a lot of additional error-checking. + XEmacs as C++, use e.g. + `--with-xemacs-compiler=g++'. This turns on a lot of + additional error-checking. --with-cflags Compiler flags (such as -O); setting this overrides all default compiler flags except those that control warnings. @@ -2334,7 +2335,7 @@ if test "$enable_database_dbm" = "yes" -a "$enable_database_gdbm" = "yes"; then (echo "$progname: Usage error:" echo " " "Only one of \`dbm' and \`gnudbm' may be specified -with the \`--$optname' option." +with the \`--enable-database' option." echo " Use \`$progname --help' to show usage.") >&2 && exit 1 fi