From 5dbfd798fbb52a7bf6ac23a7adaaea372214eb77 Mon Sep 17 00:00:00 2001 From: Christopher Byrne Date: Tue, 11 Mar 2025 11:25:43 -0500 Subject: [PATCH] build: Drop deprecrated ACLOCAL_AMFLAGS In parallel with https://github.com/tpm2-software/tpm2-tss/pull/2952 Signed-off-by: Christopher Byrne --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index aedb279d..e2f419f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,6 @@ # SPDX-License-Identifier: BSD-2-Clause # we have BUILT_SOURCES so builddir must be in VPATH VPATH = $(srcdir) $(builddir) -ACLOCAL_AMFLAGS = -I m4 --install .PHONY: unit-count