From 3cf469c74dad7461b2d5f15a8de0e9694e029e7d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 16 May 2018 17:11:38 +0100 Subject: [PATCH] Bundle updated m4 macros in source releases Signed-off-by: Simon McVittie --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 30eba03..5d20edc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ # License along with libcapsule. If not, see . AUTOMAKE_OPTIONS = subdir-objects -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 --install AM_CFLAGS = -fvisibility=hidden \ --std=c99 \ $(WARN_CFLAGS) \ -- GitLab