File: configure_accept_all_options.patch

package info (click to toggle)
fhist 1.21.D001-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,820 kB
  • sloc: ansic: 14,518; sh: 4,441; makefile: 774; awk: 107; yacc: 102
file content (15 lines) | stat: -rw-r--r-- 441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 &&