diff options
| author | David J. MacKenzie | 1994-09-06 16:16:45 +0000 |
|---|---|---|
| committer | David J. MacKenzie | 1994-09-06 16:16:45 +0000 |
| commit | 39a7c4550bcbc1653776ee0a0d7f75c0d9fcf1d2 (patch) | |
| tree | 128e4428c6a1f9bd11df5dd795dcab44964c40a9 | |
| parent | 9b5ef74bbbcb53f65c4b92eab01896ff4dc06892 (diff) | |
| download | emacs-39a7c4550bcbc1653776ee0a0d7f75c0d9fcf1d2.tar.gz emacs-39a7c4550bcbc1653776ee0a0d7f75c0d9fcf1d2.zip | |
rearrange AC_ARG_WITH calls
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 11d7ad0451a..03b059b8c13 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -20,6 +20,8 @@ lockdir='${statedir}/emacs/lock' | |||
| 20 | archlibdir='${libdir}/emacs/${version}/${configuration}' | 20 | archlibdir='${libdir}/emacs/${version}/${configuration}' |
| 21 | docdir='${datadir}/emacs/${version}/etc' | 21 | docdir='${datadir}/emacs/${version}/etc' |
| 22 | 22 | ||
| 23 | AC_ARG_WITH(gcc, | ||
| 24 | [ --with-gcc Use GCC to compile Emacs]) | ||
| 23 | AC_ARG_WITH(x-toolkit, | 25 | AC_ARG_WITH(x-toolkit, |
| 24 | [ --with-x-toolkit=KIT Use an X toolkit (KIT = lucid or athena)], | 26 | [ --with-x-toolkit=KIT Use an X toolkit (KIT = lucid or athena)], |
| 25 | [ case "${withval}" in | 27 | [ case "${withval}" in |
| @@ -41,8 +43,6 @@ Currently, \`yes', \`athena' and \`lucid' are synonyms.]) | |||
| 41 | esac | 43 | esac |
| 42 | with_x_toolkit=$val | 44 | with_x_toolkit=$val |
| 43 | ]) | 45 | ]) |
| 44 | AC_ARG_WITH(gcc, | ||
| 45 | [ --with-gcc Use GCC to compile Emacs]) | ||
| 46 | dnl AC_ARG_ENABLE(single-tree, | 46 | dnl AC_ARG_ENABLE(single-tree, |
| 47 | dnl [ --enable-single-tree Create a directory tree at DIR which looks like: | 47 | dnl [ --enable-single-tree Create a directory tree at DIR which looks like: |
| 48 | dnl .../DIR/bin/CONFIGNAME (emacs, etags, etc.) | 48 | dnl .../DIR/bin/CONFIGNAME (emacs, etags, etc.) |