Skip to content

Commit 2f7aa7c

Browse files
committed
build: Drop deprecrated ACLOCAL_AMFLAGS in favor of AC_CONFIG_MACRO_DIRS
In parallel with tpm2-software/tpm2-tss#2952 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
1 parent 7533130 commit 2f7aa7c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-License-Identifier: BSD-2-Clause
22
# we have BUILT_SOURCES so builddir must be in VPATH
33
VPATH = $(srcdir) $(builddir)
4-
ACLOCAL_AMFLAGS = -I m4 --install
54

65
.PHONY: unit-count
76

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AC_INIT([tpm2-abrmd],
44
[https://github.com/tpm2-software/tpm2-abrmd/issues],
55
[],
66
[https://github.com/tpm2-software/tpm2-abrmd])
7-
AC_CONFIG_MACRO_DIR([m4])
7+
AC_CONFIG_MACRO_DIRS([m4])
88
AX_IS_RELEASE(dash-version)
99
AX_CHECK_ENABLE_DEBUG([info])
1010
AC_PROG_CC

0 commit comments

Comments
 (0)