Author: Andreas Tille <tille@debian.org>
Last-Update: 2024-11-24
Description: configure can't cope with option `--runstatedir=/run` ... just don't make it fail

--- a/configure
+++ b/configure
@@ -377,7 +377,7 @@ as_fn_error ()
     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   fi
   $as_echo "$as_me: error: $2" >&2
-  as_fn_exit $as_status
+  # as_fn_exit $as_status
 } # as_fn_error
 
 if expr a : '\(a\)' >/dev/null 2>&1 &&
