]> git.0d.be Git - empathy.git/commitdiff
Add AC_CONFIG_AUX_DIR(.) to fix autogen.sh
authorXavier Claessens <xclaesse@src.gnome.org>
Sat, 29 Dec 2007 15:44:11 +0000 (15:44 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sat, 29 Dec 2007 15:44:11 +0000 (15:44 +0000)
svn path=/trunk/; revision=500

configure.ac

index a8fc1c4ff15cfdafd63b64fa9f533c04c8284d63..6633066381932c73d4842ccc6fcc8376acb71859 100644 (file)
@@ -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)