]> git.eshelyaron.com Git - emacs.git/commitdiff
rearrange AC_ARG_WITH calls
authorDavid J. MacKenzie <djm@gnu.org>
Tue, 6 Sep 1994 16:16:45 +0000 (16:16 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Tue, 6 Sep 1994 16:16:45 +0000 (16:16 +0000)
configure.in

index 11d7ad0451a4a3d96e5c1210eb139291db14a35b..03b059b8c13c14a2cc836ddecdd58a2f810ea189 100644 (file)
@@ -20,6 +20,8 @@ lockdir='${statedir}/emacs/lock'
 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 @@ Currently, \`yes', \`athena' and \`lucid' are synonyms.])
          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.)