diff options
| author | Michael Albinus | 2007-12-03 06:54:20 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-12-03 06:54:20 +0000 |
| commit | 868641ccd0e885f0be144851991660cd65333013 (patch) | |
| tree | fc96238fedb3d06275d0ae5d5f0302329a81a615 | |
| parent | 7b13a0f20c0a3b4084d25d1dd6175159405c3218 (diff) | |
| download | emacs-868641ccd0e885f0be144851991660cd65333013.tar.gz emacs-868641ccd0e885f0be144851991660cd65333013.zip | |
* configure.in: No need for DBUS_INFO anymore.
* configure: Regenerate.
* Makefile.in (INFO_FILES): Use dbus unconditionally.
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | Makefile.in | 10 | ||||
| -rwxr-xr-x | configure | 8 | ||||
| -rw-r--r-- | configure.in | 4 |
4 files changed, 15 insertions, 15 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-12-03 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * configure.in: No need for DBUS_INFO anymore. | ||
| 4 | |||
| 5 | * configure: Regenerate. | ||
| 6 | |||
| 7 | * Makefile.in (INFO_FILES): Use dbus unconditionally. | ||
| 8 | |||
| 1 | 2007-12-02 Michael Albinus <michael.albinus@gmx.de> | 9 | 2007-12-02 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 10 | ||
| 3 | * configure.in: Add D-Bus checks. D-Bus is disabled by default. | 11 | * configure.in: Add D-Bus checks. D-Bus is disabled by default. |
diff --git a/Makefile.in b/Makefile.in index a7a8ee54b32..b3de304491a 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -138,11 +138,11 @@ man1dir=$(mandir)/man1 | |||
| 138 | # since there are now many packages documented with the texinfo | 138 | # since there are now many packages documented with the texinfo |
| 139 | # system, it is inappropriate to imply that it is part of Emacs. | 139 | # system, it is inappropriate to imply that it is part of Emacs. |
| 140 | infodir=@infodir@ | 140 | infodir=@infodir@ |
| 141 | INFO_FILES=ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq \ | 141 | INFO_FILES=ada-mode autotype calc ccmode cl dbus dired-x ebrowse ediff \ |
| 142 | eintr elisp emacs emacs-mime erc eshell eudc flymake forms \ | 142 | efaq eintr elisp emacs emacs-mime erc eshell eudc flymake \ |
| 143 | gnus idlwave info message mh-e newsticker nxml-mode org \ | 143 | forms gnus idlwave info message mh-e newsticker nxml-mode \ |
| 144 | pcl-cvs pgg rcirc reftex remember sc ses sieve speedbar \ | 144 | org pcl-cvs pgg rcirc reftex remember sc ses sieve speedbar \ |
| 145 | tramp vip viper widget woman smtpmail url @DBUS_INFO@ | 145 | tramp vip viper widget woman smtpmail url |
| 146 | 146 | ||
| 147 | # Directory for local state files for all programs. | 147 | # Directory for local state files for all programs. |
| 148 | localstatedir=@localstatedir@ | 148 | localstatedir=@localstatedir@ |
| @@ -694,7 +694,6 @@ GTK_CFLAGS | |||
| 694 | GTK_LIBS | 694 | GTK_LIBS |
| 695 | DBUS_CFLAGS | 695 | DBUS_CFLAGS |
| 696 | DBUS_LIBS | 696 | DBUS_LIBS |
| 697 | DBUS_INFO | ||
| 698 | XFT_CFLAGS | 697 | XFT_CFLAGS |
| 699 | XFT_LIBS | 698 | XFT_LIBS |
| 700 | ALLOCA | 699 | ALLOCA |
| @@ -12080,11 +12079,9 @@ _ACEOF | |||
| 12080 | 12079 | ||
| 12081 | DBUS_LIBS="-ldbus-1" | 12080 | DBUS_LIBS="-ldbus-1" |
| 12082 | 12081 | ||
| 12083 | DBUS_INFO="dbus" | ||
| 12084 | fi | 12082 | fi |
| 12085 | fi | 12083 | fi |
| 12086 | 12084 | ||
| 12087 | |||
| 12088 | ### Link with -lXft if available to work around a bug. | 12085 | ### Link with -lXft if available to work around a bug. |
| 12089 | HAVE_XFT=maybe | 12086 | HAVE_XFT=maybe |
| 12090 | if test "${HAVE_GTK}" = "yes"; then | 12087 | if test "${HAVE_GTK}" = "yes"; then |
| @@ -24668,7 +24665,6 @@ GTK_CFLAGS!$GTK_CFLAGS$ac_delim | |||
| 24668 | GTK_LIBS!$GTK_LIBS$ac_delim | 24665 | GTK_LIBS!$GTK_LIBS$ac_delim |
| 24669 | DBUS_CFLAGS!$DBUS_CFLAGS$ac_delim | 24666 | DBUS_CFLAGS!$DBUS_CFLAGS$ac_delim |
| 24670 | DBUS_LIBS!$DBUS_LIBS$ac_delim | 24667 | DBUS_LIBS!$DBUS_LIBS$ac_delim |
| 24671 | DBUS_INFO!$DBUS_INFO$ac_delim | ||
| 24672 | XFT_CFLAGS!$XFT_CFLAGS$ac_delim | 24668 | XFT_CFLAGS!$XFT_CFLAGS$ac_delim |
| 24673 | XFT_LIBS!$XFT_LIBS$ac_delim | 24669 | XFT_LIBS!$XFT_LIBS$ac_delim |
| 24674 | ALLOCA!$ALLOCA$ac_delim | 24670 | ALLOCA!$ALLOCA$ac_delim |
| @@ -24687,6 +24683,7 @@ lispdir!$lispdir$ac_delim | |||
| 24687 | locallisppath!$locallisppath$ac_delim | 24683 | locallisppath!$locallisppath$ac_delim |
| 24688 | lisppath!$lisppath$ac_delim | 24684 | lisppath!$lisppath$ac_delim |
| 24689 | x_default_search_path!$x_default_search_path$ac_delim | 24685 | x_default_search_path!$x_default_search_path$ac_delim |
| 24686 | etcdir!$etcdir$ac_delim | ||
| 24690 | _ACEOF | 24687 | _ACEOF |
| 24691 | 24688 | ||
| 24692 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then | 24689 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then |
| @@ -24728,7 +24725,6 @@ _ACEOF | |||
| 24728 | ac_delim='%!_!# ' | 24725 | ac_delim='%!_!# ' |
| 24729 | for ac_last_try in false false false false false :; do | 24726 | for ac_last_try in false false false false false :; do |
| 24730 | cat >conf$$subs.sed <<_ACEOF | 24727 | cat >conf$$subs.sed <<_ACEOF |
| 24731 | etcdir!$etcdir$ac_delim | ||
| 24732 | archlibdir!$archlibdir$ac_delim | 24728 | archlibdir!$archlibdir$ac_delim |
| 24733 | bitmapdir!$bitmapdir$ac_delim | 24729 | bitmapdir!$bitmapdir$ac_delim |
| 24734 | gamedir!$gamedir$ac_delim | 24730 | gamedir!$gamedir$ac_delim |
| @@ -24745,7 +24741,7 @@ carbon_appdir!$carbon_appdir$ac_delim | |||
| 24745 | LTLIBOBJS!$LTLIBOBJS$ac_delim | 24741 | LTLIBOBJS!$LTLIBOBJS$ac_delim |
| 24746 | _ACEOF | 24742 | _ACEOF |
| 24747 | 24743 | ||
| 24748 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 15; then | 24744 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 14; then |
| 24749 | break | 24745 | break |
| 24750 | elif $ac_last_try; then | 24746 | elif $ac_last_try; then |
| 24751 | { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | 24747 | { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |
diff --git a/configure.in b/configure.in index c372f5c209f..9ddc30fdafc 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2271,12 +2271,8 @@ if test "${with_dbus}" = "yes"; then | |||
| 2271 | AC_SUBST(DBUS_CFLAGS) | 2271 | AC_SUBST(DBUS_CFLAGS) |
| 2272 | DBUS_LIBS="-ldbus-1" | 2272 | DBUS_LIBS="-ldbus-1" |
| 2273 | AC_SUBST(DBUS_LIBS) | 2273 | AC_SUBST(DBUS_LIBS) |
| 2274 | DBUS_INFO="dbus" | ||
| 2275 | fi | 2274 | fi |
| 2276 | fi | 2275 | fi |
| 2277 | dnl This must be substituted always, because the top level Makefile | ||
| 2278 | dnl cannot check for $HAVE_DBUS. | ||
| 2279 | AC_SUBST(DBUS_INFO) | ||
| 2280 | 2276 | ||
| 2281 | ### Link with -lXft if available to work around a bug. | 2277 | ### Link with -lXft if available to work around a bug. |
| 2282 | HAVE_XFT=maybe | 2278 | HAVE_XFT=maybe |