# HG changeset patch # User David J. MacKenzie # Date 778868205 0 # Node ID a52d8873fbdfcc1a9bc081ac880def70315fec1c # Parent fad4e60c964d6c143080590813a2e60e57484a69 rearrange AC_ARG_WITH calls diff -r fad4e60c964d -r a52d8873fbdf configure.in --- 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.)