emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r112928: --without-all should imply --with-file-noti


From: Paul Eggert
Subject: [Emacs-diffs] trunk r112928: --without-all should imply --with-file-notification=no.
Date: Tue, 11 Jun 2013 18:05:15 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112928
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14569
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2013-06-11 11:05:05 -0700
message:
  --without-all should imply --with-file-notification=no.
  
  * configure.ac (with_file_notification): Default to $with_features.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-06-10 14:58:52 +0000
+++ b/ChangeLog 2013-06-11 18:05:05 +0000
@@ -1,3 +1,8 @@
+2013-06-11  Paul Eggert  <address@hidden>
+
+       --without-all should imply --with-file-notification=no.  (Bug#14569)
+       * configure.ac (with_file_notification): Default to $with_features.
+
 2013-06-09  Paul Eggert  <address@hidden>
 
        Merge from gnulib, incorporating:

=== modified file 'configure.ac'
--- a/configure.ac      2013-06-08 18:13:24 +0000
+++ b/configure.ac      2013-06-11 18:05:05 +0000
@@ -216,7 +216,7 @@
    esac
    with_file_notification=$val
  ],
- [with_file_notification=yes])
+ [with_file_notification=$with_features])
 
 ## For the times when you want to build Emacs but don't have
 ## a suitable makeinfo, and can live without the manuals.


reply via email to

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