summarylogtreecommitdiffstats
path: root/automake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'automake.patch')
-rw-r--r--automake.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/automake.patch b/automake.patch
index a98d81f47e92..72f0bb7b698c 100644
--- a/automake.patch
+++ b/automake.patch
@@ -3,8 +3,8 @@ Bug-Debian: https://bugs.debian.org/998479
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 05 Nov 2021 22:03:24 +0100
Reviewed-By: Étienne Mollier <emollier@debian.org>
---- aevol.orig/configure.ac
-+++ aevol/configure.ac
+--- original/configure.ac 2023-05-09 09:40:31.158383069 +0530
++++ patched/configure.ac 2023-05-09 09:42:31.203840699 +0530
@@ -20,7 +20,7 @@
AC_CONFIG_MACRO_DIR([m4])
@@ -14,7 +14,7 @@ Reviewed-By: Étienne Mollier <emollier@debian.org>
# Select compiler
AC_PROG_CXX([clang-omp++ clang++ g++ icc])
-@@ -298,7 +298,6 @@
+@@ -310,7 +310,6 @@
AM_CONDITIONAL(WITH_RAEVOL, test x"$raevol" != xno)
if test "x$raevol" = "xyes" ; then
AC_DEFINE(__REGUL)