aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-12-29 23:44:11 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-12-29 23:44:11 +0800
commita27111ed60899e85fe132b080766054ec3bfe70b (patch)
tree0004eceb52b4bb3a4da1275057e46ea80e840a05
parent8349391dbf76b671a77f38bcf6042c5975999518 (diff)
downloadgsoc2013-empathy-a27111ed60899e85fe132b080766054ec3bfe70b.tar
gsoc2013-empathy-a27111ed60899e85fe132b080766054ec3bfe70b.tar.gz
gsoc2013-empathy-a27111ed60899e85fe132b080766054ec3bfe70b.tar.bz2
gsoc2013-empathy-a27111ed60899e85fe132b080766054ec3bfe70b.tar.lz
gsoc2013-empathy-a27111ed60899e85fe132b080766054ec3bfe70b.tar.xz
gsoc2013-empathy-a27111ed60899e85fe132b080766054ec3bfe70b.tar.zst
gsoc2013-empathy-a27111ed60899e85fe132b080766054ec3bfe70b.zip
Add AC_CONFIG_AUX_DIR(.) to fix autogen.sh
svn path=/trunk/; revision=500
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a8fc1c4ff..663306638 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,12 @@
-AC_INIT(Empathy, 0.21.4, http://bugzilla.gnome.org/browse.cgi?product=empathy)
+AC_INIT(Empathy, 0.21.5, http://bugzilla.gnome.org/browse.cgi?product=empathy)
AC_PREREQ(2.59)
AC_COPYRIGHT([
Copyright (C) 2003-2007 Imendio AB
Copyright (C) 2007 Collabora Ltd.
])
+AC_CONFIG_AUX_DIR(.)
+
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(1.9 dist-bzip2 no-define)