File: config-sub-guess

package info (click to toggle)
gap 4.14.0-3
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 109,836 kB
  • sloc: ansic: 97,167; xml: 48,195; cpp: 13,955; sh: 4,438; perl: 1,652; javascript: 255; makefile: 252; ruby: 9
file content (26 lines) | stat: -rw-r--r-- 793 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Index: gap-4.14.0~beta1/cnf/config.guess
===================================================================
--- gap-4.14.0~beta1.orig/cnf/config.guess
+++ gap-4.14.0~beta1/cnf/config.guess
@@ -1,4 +1,8 @@
 #! /bin/sh
+
+# Use Debian provided config.guess
+exec /usr/share/misc/config.guess "$@"
+
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2022 Free Software Foundation, Inc.
 
Index: gap-4.14.0~beta1/cnf/config.sub
===================================================================
--- gap-4.14.0~beta1.orig/cnf/config.sub
+++ gap-4.14.0~beta1/cnf/config.sub
@@ -1,4 +1,8 @@
 #! /bin/sh
+
+#Use Debian provided config.sub
+exec /usr/share/misc/config.sub "$@"
+
 # Configuration validation subroutine script.
 #   Copyright 1992-2022 Free Software Foundation, Inc.