emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/configure.in,v
Date: Thu, 13 Mar 2008 03:13:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/13 03:13:12

Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.518
retrieving revision 1.519
diff -u -b -r1.518 -r1.519
--- configure.in        11 Mar 2008 08:13:59 -0000      1.518
+++ configure.in        13 Mar 2008 03:13:12 -0000      1.519
@@ -24,7 +24,7 @@
 dnl  Boston, MA 02110-1301, USA.
 
 AC_PREREQ(2.61)dnl
-AC_INIT(emacs, 23.0.50)
+AC_INIT(emacs, 23.0.60)
 AC_CONFIG_HEADER(src/config.h:src/config.in)
 AC_CONFIG_SRCDIR(src/lisp.h)
 
@@ -173,8 +173,9 @@
       USE_FONT_BACKEND=$enableval,
       USE_FONT_BACKEND=yes)
 
+## Enabled by default.
 AC_ARG_ENABLE(sync-input,
-[AS_HELP_STRING([--enable-sync-input], [compile code with sync-input])],
+[AS_HELP_STRING([--disable-sync-input], [don't compile code with sync-input])],
       USE_SYNC_INPUT=$enableval,
       USE_SYNC_INPUT=yes)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]