We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7533130 commit 2f7aa7cCopy full SHA for 2f7aa7c
Makefile.am
@@ -1,7 +1,6 @@
1
# SPDX-License-Identifier: BSD-2-Clause
2
# we have BUILT_SOURCES so builddir must be in VPATH
3
VPATH = $(srcdir) $(builddir)
4
-ACLOCAL_AMFLAGS = -I m4 --install
5
6
.PHONY: unit-count
7
configure.ac
@@ -4,7 +4,7 @@ AC_INIT([tpm2-abrmd],
[https://github.com/tpm2-software/tpm2-abrmd/issues],
[],
[https://github.com/tpm2-software/tpm2-abrmd])
-AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_MACRO_DIRS([m4])
8
AX_IS_RELEASE(dash-version)
9
AX_CHECK_ENABLE_DEBUG([info])
10
AC_PROG_CC
0 commit comments