* configure: Regenerate.
* Makefile.in (INFO_FILES): Use dbus unconditionally.
+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.
# 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@
GTK_LIBS
DBUS_CFLAGS
DBUS_LIBS
-DBUS_INFO
XFT_CFLAGS
XFT_LIBS
ALLOCA
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
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
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
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
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
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