]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt for Autoconf v2. Use the standard argument
authorDavid J. MacKenzie <djm@gnu.org>
Fri, 28 Oct 1994 15:39:01 +0000 (15:39 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Fri, 28 Oct 1994 15:39:01 +0000 (15:39 +0000)
parser, host type canonicalizer, X11 finder, and message
printing macros.  Use the new macro names.  Use `test' instead of `['.

configure.in

index d8f94be302c436d2e398ec9a192564c4d5729b0a..385953ffd3df9548bd844816d968a9087be7a698 100644 (file)
@@ -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 "