File: 02-compile_f90_c_cxx-fix.diff

package info (click to toggle)
automake1.11 1%3A1.11.6-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 10,280 kB
  • sloc: sh: 35,059; perl: 10,697; makefile: 946; ansic: 496
file content (21 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Eric Dorland <eric@debian.org>
Date: Sat, 24 Dec 2016 10:58:25 -0500
Subject: compile_f90_c_cxx-fix

---
 tests/compile_f90_c_cxx.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/compile_f90_c_cxx.test b/tests/compile_f90_c_cxx.test
index 21ed65d..b2ec0fd 100755
--- a/tests/compile_f90_c_cxx.test
+++ b/tests/compile_f90_c_cxx.test
@@ -41,7 +41,7 @@ END
 : > baz.cc
 
 $ACLOCAL
-$AUTOMAKE
+$AUTOMAKE -a
 
 # Look for the macros at the beginning of rules.  Be careful, as there
 # are literal tabs at the beginning of the search strings.