Mercurial > emacs
changeset 8714:a52d8873fbdf
rearrange AC_ARG_WITH calls
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Tue, 06 Sep 1994 16:16:45 +0000 |
parents | fad4e60c964d |
children | b4cfdc266626 |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Sep 06 06:56:47 1994 +0000 +++ b/configure.in Tue Sep 06 16:16:45 1994 +0000 @@ -20,6 +20,8 @@ archlibdir='${libdir}/emacs/${version}/${configuration}' docdir='${datadir}/emacs/${version}/etc' +AC_ARG_WITH(gcc, +[ --with-gcc Use GCC to compile Emacs]) AC_ARG_WITH(x-toolkit, [ --with-x-toolkit=KIT Use an X toolkit (KIT = lucid or athena)], [ case "${withval}" in @@ -41,8 +43,6 @@ esac with_x_toolkit=$val ]) -AC_ARG_WITH(gcc, -[ --with-gcc Use GCC to compile Emacs]) dnl AC_ARG_ENABLE(single-tree, dnl [ --enable-single-tree Create a directory tree at DIR which looks like: dnl .../DIR/bin/CONFIGNAME (emacs, etags, etc.)