summarylogtreecommitdiffstats
path: root/0001-Add-autoconf-archive-to-src-external.patch
blob: 262ab43c4351229fee842a2a620c37451eba8597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
From 006616bd8e88b2d386a5ddc23973cf3e625cb80d Mon Sep 17 00:00:00 2001
From: Andrew Deason <adeason@sinenomine.net>
Date: Sat, 4 Apr 2020 22:28:21 -0500
Subject: [PATCH 01/12] Add autoconf-archive to src/external

Add autoconf-archive to the src/external mechanism, so we can more
easily import and update the AX_* m4 macros we pull in from
autoconf-archive. Commits are imported from
<git://git.savannah.gnu.org/autoconf-archive.git>.

We already have a copy of ax_gcc_func_attribute.m4 in the tree, so
include that in the list of files. While we're here, also include a
few more macros for checking compiler flags, which will be used in
subsequent commits.

Reviewed-on: https://gerrit.openafs.org/14133
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit a072c65bba86cbcd81157e354d3719ac41a2c97d)

Change-Id: I785607be9abe85e43287c4880103a365e264473b
---
 src/external/autoconf-archive-author | 1 +
 src/external/autoconf-archive-files  | 5 +++++
 2 files changed, 6 insertions(+)
 create mode 100644 src/external/autoconf-archive-author
 create mode 100644 src/external/autoconf-archive-files

diff --git a/src/external/autoconf-archive-author b/src/external/autoconf-archive-author
new file mode 100644
index 000000000..1c668c50b
--- /dev/null
+++ b/src/external/autoconf-archive-author
@@ -0,0 +1 @@
+Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
diff --git a/src/external/autoconf-archive-files b/src/external/autoconf-archive-files
new file mode 100644
index 000000000..42c7c3852
--- /dev/null
+++ b/src/external/autoconf-archive-files
@@ -0,0 +1,5 @@
+m4/ax_append_compile_flags.m4	m4/ax_append_compile_flags.m4
+m4/ax_append_flag.m4		m4/ax_append_flag.m4
+m4/ax_check_compile_flag.m4	m4/ax_check_compile_flag.m4
+m4/ax_gcc_func_attribute.m4	m4/ax_gcc_func_attribute.m4
+m4/ax_require_defined.m4	m4/ax_require_defined.m4
-- 
2.36.1