File: debianization.patch

package info (click to toggle)
normaliz 3.11.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 40,448 kB
  • sloc: cpp: 48,104; makefile: 2,247; sh: 1
file content (21 lines) | stat: -rw-r--r-- 558 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
20
21
Description: debianization
 Meant to maintain a minimal debian/rules, to fix warnings,
 to address Debian specific stuff in general.
 This is a Debian centric patch.
Origin: vendor, Debian
Forwarded: not-needed
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2022-02-27

--- a/configure.ac
+++ b/configure.ac
@@ -40,9 +40,6 @@
 dnl Check for working C++ compiler; ask for C++14, require C++x0
 dnl
 AC_PROG_CXX
-AX_CXX_COMPILE_STDCXX(14, , optional)
-AS_IF([test x$HAVE_CXX14 = x0],
-  [ AX_CXX_COMPILE_STDCXX(0x, , mandatory) ])
 
 AC_LANG(C++)