File: 1003-disable_bakefile_check.patch

package info (click to toggle)
wxsqlite3 3.4.1~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,008 kB
  • ctags: 1,248
  • sloc: cpp: 7,915; sh: 5,507; makefile: 365; ansic: 229; php: 9
file content (23 lines) | stat: -rw-r--r-- 927 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Skip comparison of Bakefile versions.
Author: Alessio Treglia <alessio@debian.org>
---
 configure |    8 --------
 1 file changed, 8 deletions(-)

--- wxsqlite3.orig/configure
+++ wxsqlite3/configure
@@ -7790,14 +7790,6 @@ BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.9"
 
 
 
-    if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
-        as_fn_error $? "No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" "$LINENO" 5
-    fi
-
-    if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
-        as_fn_error $? "Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." "$LINENO" 5
-    fi
-
             ac_config_files="$ac_config_files Makefile"
 
             cat >confcache <<\_ACEOF