This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "emacs-jabber".
The branch, master has been updated
via 9f8ef893f3154864d0c18e55b2c01923388384e1 (commit)
from 7c3e8e98ce458539efe2dd30b3051fbbed06cd01 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9f8ef893f3154864d0c18e55b2c01923388384e1
Author: Evgenii Terechkov <ev...@al...>
Date: Fri Apr 13 00:00:49 2012 +0800
Fix build with automake > 1.11.4
diff --git a/configure.ac b/configure.ac
index c3b14a6..d1ff734 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT([jabber.el], [0.8.91], [ema...@li...], [emacs-jabber])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 dist-lzma dist-zip 1.9])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 dist-xz dist-zip 1.9])
AC_CONFIG_MACRO_DIR([m4])
AM_PATH_LISPDIR
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
emacs-jabber
|