blob: 1a0f6e331969fa14fbfc9b73c117697b40084e3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
From 37a7b95ab512ddeb635b6b8e23e4bac089ccee38 Mon Sep 17 00:00:00 2001
From: Jens Rehsack <rehsack@gmail.com>
Date: Thu, 2 Jan 2020 13:44:25 +0100
Subject: [PATCH] autoconf: filter aclocal copy too
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
---
common/autoconf/basics.m4 | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/autoconf/basics.m4 b/common/autoconf/basics.m4
index c20ea765..8e06cd25 100644
--- a/common/autoconf/basics.m4
+++ b/common/autoconf/basics.m4
@@ -636,6 +636,7 @@ AC_DEFUN_ONCE([BASIC_SETUP_OUTPUT_DIR],
| $SED -e 's/config.log//g' \
-e 's/confdefs.h//g' \
-e 's/fixpath.exe//g' \
+ -e 's,aclocal-copy,,g' \
-e 's/ //g' \
| $TR -d '\n'`
if test "x$filtered_files" != x; then
|