changeset 87005:ce6a9097341e

* configure.in: No need for DBUS_INFO anymore. * configure: Regenerate. * Makefile.in (INFO_FILES): Use dbus unconditionally.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 03 Dec 2007 06:54:20 +0000
parents 0877a1d16074
children a15ce3ca213a
files ChangeLog Makefile.in configure configure.in
diffstat 4 files changed, 15 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Dec 03 06:48:12 2007 +0000
+++ b/ChangeLog	Mon Dec 03 06:54:20 2007 +0000
@@ -1,3 +1,11 @@
+2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
+
+	* configure.in: No need for DBUS_INFO anymore.
+
+	* configure: Regenerate.
+
+	* Makefile.in (INFO_FILES): Use dbus unconditionally.
+
 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
 
 	* configure.in: Add D-Bus checks.  D-Bus is disabled by default.
--- a/Makefile.in	Mon Dec 03 06:48:12 2007 +0000
+++ b/Makefile.in	Mon Dec 03 06:54:20 2007 +0000
@@ -138,11 +138,11 @@
 # since there are now many packages documented with the texinfo
 # system, it is inappropriate to imply that it is part of Emacs.
 infodir=@infodir@
-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 @DBUS_INFO@
+INFO_FILES=ada-mode autotype calc ccmode cl dbus 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
 
 # Directory for local state files for all programs.
 localstatedir=@localstatedir@
--- a/configure	Mon Dec 03 06:48:12 2007 +0000
+++ b/configure	Mon Dec 03 06:54:20 2007 +0000
@@ -694,7 +694,6 @@
 GTK_LIBS
 DBUS_CFLAGS
 DBUS_LIBS
-DBUS_INFO
 XFT_CFLAGS
 XFT_LIBS
 ALLOCA
@@ -12080,11 +12079,9 @@
 
       DBUS_LIBS="-ldbus-1"
 
-      DBUS_INFO="dbus"
    fi
 fi
 
-
 ### Link with -lXft if available to work around a bug.
 HAVE_XFT=maybe
 if test "${HAVE_GTK}" = "yes"; then
@@ -24668,7 +24665,6 @@
 GTK_LIBS!$GTK_LIBS$ac_delim
 DBUS_CFLAGS!$DBUS_CFLAGS$ac_delim
 DBUS_LIBS!$DBUS_LIBS$ac_delim
-DBUS_INFO!$DBUS_INFO$ac_delim
 XFT_CFLAGS!$XFT_CFLAGS$ac_delim
 XFT_LIBS!$XFT_LIBS$ac_delim
 ALLOCA!$ALLOCA$ac_delim
@@ -24687,6 +24683,7 @@
 locallisppath!$locallisppath$ac_delim
 lisppath!$lisppath$ac_delim
 x_default_search_path!$x_default_search_path$ac_delim
+etcdir!$etcdir$ac_delim
 _ACEOF
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
@@ -24728,7 +24725,6 @@
 ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do
   cat >conf$$subs.sed <<_ACEOF
-etcdir!$etcdir$ac_delim
 archlibdir!$archlibdir$ac_delim
 bitmapdir!$bitmapdir$ac_delim
 gamedir!$gamedir$ac_delim
@@ -24745,7 +24741,7 @@
 LTLIBOBJS!$LTLIBOBJS$ac_delim
 _ACEOF
 
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 15; then
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 14; then
     break
   elif $ac_last_try; then
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
--- a/configure.in	Mon Dec 03 06:48:12 2007 +0000
+++ b/configure.in	Mon Dec 03 06:54:20 2007 +0000
@@ -2271,12 +2271,8 @@
       AC_SUBST(DBUS_CFLAGS)
       DBUS_LIBS="-ldbus-1"
       AC_SUBST(DBUS_LIBS)
-      DBUS_INFO="dbus"
    fi
 fi
-dnl This must be substituted always, because the top level Makefile
-dnl cannot check for $HAVE_DBUS.
-AC_SUBST(DBUS_INFO)
 
 ### Link with -lXft if available to work around a bug.
 HAVE_XFT=maybe