File: 10_fix_configure.ac.patch

package info (click to toggle)
canna 3.7p3-26
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,716 kB
  • sloc: ansic: 86,730; sh: 2,773; yacc: 403; cpp: 389; lex: 379; makefile: 59; awk: 7
file content (19 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: fix FTBFS caused after the DH level has bumped.
Author: Francisco Vilmar Cardoso Ruviaro <francisco.ruviaro@riseup.net>
Last-Update: 2020-06-20

--- canna-3.7p3.orig/configure.ac
+++ canna-3.7p3/configure.ac
@@ -3,9 +3,9 @@ AC_INIT([canna], [3.7p3], [canna-dev@lis
 AC_CONFIG_SRCDIR([WHATIS.jp])
 AC_CONFIG_HEADER([accanna.h])
 
-if test "x$IN_MAKE" != xyes; then
-  AC_MSG_ERROR([You cannot invloke configure directly.])
-fi
+#if test "x$IN_MAKE" != xyes; then
+#  AC_MSG_ERROR([You cannot invloke configure directly.])
+#fi
 
 # Checks for programs.
 AC_PROG_CC