Author: Timothy E. Harris <maintainer@mepiscommunity.org>

Description: Make a successful ./configure exit with 0 instead of 1
  Debhelper fails when ./configure exits with a non-zero exit code.
  The configure file in pacpl was exiting with 1 even when successful.
===================================================================

Index: pacpl-5.0.0/configure
===================================================================
--- pacpl-5.0.0.orig/configure	2014-01-03 10:33:56.000000000 -0500
+++ pacpl-5.0.0/configure	2014-01-03 15:01:25.000000000 -0500
@@ -5381,4 +5381,4 @@
 { $as_echo "$as_me:${as_lineno-$LINENO}: make && make install" >&5
 $as_echo "$as_me: make && make install" >&6;}
 
-exit 1
+exit 0
