mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* configure.in: No need for DBUS_INFO anymore.
* configure: Regenerate. * Makefile.in (INFO_FILES): Use dbus unconditionally.
This commit is contained in:
parent
7b13a0f20c
commit
868641ccd0
4 changed files with 15 additions and 15 deletions
|
|
@ -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.
|
||||
|
|
|
|||
10
Makefile.in
10
Makefile.in
|
|
@ -138,11 +138,11 @@ man1dir=$(mandir)/man1
|
|||
# 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@
|
||||
|
|
|
|||
8
configure
vendored
8
configure
vendored
|
|
@ -694,7 +694,6 @@ GTK_CFLAGS
|
|||
GTK_LIBS
|
||||
DBUS_CFLAGS
|
||||
DBUS_LIBS
|
||||
DBUS_INFO
|
||||
XFT_CFLAGS
|
||||
XFT_LIBS
|
||||
ALLOCA
|
||||
|
|
@ -12080,11 +12079,9 @@ _ACEOF
|
|||
|
||||
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_CFLAGS!$GTK_CFLAGS$ac_delim
|
|||
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 @@ lispdir!$lispdir$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
|
||||
|
|
@ -24728,7 +24725,6 @@ _ACEOF
|
|||
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 @@ carbon_appdir!$carbon_appdir$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
|
||||
|
|
|
|||
|
|
@ -2271,12 +2271,8 @@ if test "${with_dbus}" = "yes"; then
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue