diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2007-12-02 15:46:00 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2007-12-02 15:46:00 +0000 |
commit | 131e41336f44d0d706329d16f4213670cb50f48a (patch) | |
tree | 5f2ebbcd4c4b73cf08b5c78eda3403ae57eee6db /Makefile.in | |
parent | 916447e4ed020db3643020bc47a62aaac413a628 (diff) | |
download | emacs-131e41336f44d0d706329d16f4213670cb50f48a.tar.gz |
* configure.in: Add D-Bus checks. D-Bus is disabled by default.
* configure: Regenerate.
* Makefile.in (INFO_FILES): Add dbus.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 49139329310..a7a8ee54b32 100644 --- a/Makefile.in +++ b/Makefile.in @@ -142,7 +142,7 @@ INFO_FILES=ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq \ eintr elisp emacs emacs-mime erc eshell eudc flymake forms \ gnus idlwave info message mh-e newsticker nxml-mode org \ pcl-cvs pgg rcirc reftex remember sc ses sieve speedbar \ - tramp vip viper widget woman smtpmail url + tramp vip viper widget woman smtpmail url @DBUS_INFO@ # Directory for local state files for all programs. localstatedir=@localstatedir@ @@ -424,7 +424,7 @@ install-arch-dep: mkdir ## Note that the Makefiles in the etc directory are potentially useful ## in an installed Emacs, so should not be excluded. -## installuser: +## installuser: ## http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01672.html ## Nuisance because i) it needs to be the user running install, so ## configure can't set it; ii) can't (?) use the result of rule |