[folks] Bug 635649 — autopoint fails to run



commit 6837df407dfbca5e6cc9299e807147b87b545d8e
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Nov 27 21:08:12 2010 +0000

    Bug 635649 â?? autopoint fails to run
    
    Since the changes due to bgo#635134, we should no longer call autopoint in
    autogen.sh. Closes: bgo#635649

 NEWS       |    1 +
 autogen.sh |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d78320f..47cfea9 100644
--- 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
 ==========================================================
diff --git a/autogen.sh b/autogen.sh
index 2886af5..68d1f59 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]