Bug 635649 — autopoint fails to run
authorPhilip Withnall <philip@tecnocode.co.uk>
Sat, 27 Nov 2010 21:08:12 +0000 (21:08 +0000)
committerPhilip Withnall <philip@tecnocode.co.uk>
Sat, 27 Nov 2010 21:09:23 +0000 (21:09 +0000)
Since the changes due to bgo#635134, we should no longer call autopoint in
autogen.sh. Closes: bgo#635649

NEWS
autogen.sh

diff --git a/NEWS b/NEWS
index d78320f..47cfea9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ Overview of changes from libfolks 0.3.2 to libfolks 0.3.3
 Bugs fixed:
 * Bug 635178 — Leak in
   folks_tp_lowlevel_connection_open_contact_list_channel_async
+* Bug 635649 — autopoint fails to run
 
 Overview of changes from libfolks 0.3.1 to libfolks 0.3.2
 ==========================================================
index 2886af5..68d1f59 100755 (executable)
@@ -15,7 +15,6 @@ elif automake-1.11 --version >/dev/null 2>/dev/null && \
 fi
 
 autoreconf -i -f
-autopoint --force || exit $?
 intltoolize --force --copy --automake
 
 run_configure=true