diff options
author | David J. MacKenzie <djm@gnu.org> | 1994-10-28 15:39:01 +0000 |
---|---|---|
committer | David J. MacKenzie <djm@gnu.org> | 1994-10-28 15:39:01 +0000 |
commit | 079183d28152f49f61804af4a2d4b085aae1d5fc (patch) | |
tree | fcb6ab892ce1c14fee8e814ef497c242243f1104 /configure.in | |
parent | 52734d4b4de1dc54d4e057d0a0c4c8a797bca4a1 (diff) | |
download | emacs-079183d28152f49f61804af4a2d4b085aae1d5fc.tar.gz |
Adapt for Autoconf v2. Use the standard argument
parser, host type canonicalizer, X11 finder, and message
printing macros. Use the new macro names. Use `test' instead of `['.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/configure.in b/configure.in index d8f94be302c..385953ffd3d 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl This is an autoconf script. dnl To rebuild the `configure' script from this, execute the command dnl autoconf dnl in the directory containing this script. -AC_PREREQ(1.111)dnl +AC_PREREQ(2.0)dnl AC_INIT(src/lisp.h) AC_CONFIG_HEADER(src/config.h) @@ -903,7 +903,7 @@ case "${window_system}" in HAVE_X11=yes case "${with_x_toolkit}" in athena | lucid ) USE_X_TOOLKIT=LUCID ;; -dnl motif ) USE_X_TOOLKIT=MOTIF ;; + motif ) USE_X_TOOLKIT=MOTIF ;; dnl open-look ) USE_X_TOOLKIT=OPEN_LOOK ;; * ) USE_X_TOOLKIT=none ;; esac @@ -1210,27 +1210,6 @@ if test "${LISP_FLOAT_TYPE}" = "yes" ; then AC_DEFINE(LISP_FLOAT_TYPE) fi -dnl # ====================== Developer's configuration ======================= -dnl -dnl # The following assignments make sense if you're running Emacs on a single -dnl # machine, one version at a time, and you want changes to the lisp and etc -dnl # directories in the source tree to show up immediately in your working -dnl # environment. It saves a great deal of disk space by not duplicating the -dnl # lisp and etc directories. -dnl -dnl if test "$enable_single_tree" = "yes"; then -dnl bindir='${exec_prefix}/bin/${configuration}' -dnl datadir='${prefix}/common' -dnl sharedstatedir='${prefix}/common' -dnl libexecdir='${bindir}' -dnl lispdir='${prefix}/common/lisp' -dnl locallisppath='${prefix}/common/site-lisp' -dnl lockdir='${prefix}/common/lock' -dnl archlibdir='${libexecdir}/etc' -dnl etcdir='${prefix}/common/data' -dnl docdir='${prefix}/common/data' -dnl fi - #### Report on what we decided to do. echo " |