From: Alon Bar-Lev Date: Mon, 7 Jan 2019 15:46:10 +0000 (+0200) Subject: build: install all m4 macros X-Git-Tag: gnutls_3_6_6~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=765af4bb518f7e0911340f4e7a6429af77dc9ea4;p=thirdparty%2Fgnutls.git build: install all m4 macros having all m4 macros in m4/ directory enables easier autoreconf process for downstream as dependency programs that provide these macros are not required. both gtk-doc and guile requires huge dependency list, and currently are required per any change (patch) in autotools. Signed-off-by: Alon Bar-Lev --- diff --git a/Makefile.am b/Makefile.am index 06427f3395..57e42359bf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ if ENABLE_DOC SUBDIRS += doc endif -ACLOCAL_AMFLAGS = -I m4 -I src/libopts/m4 -I src/gl/m4 -I lib/unistring/m4 +ACLOCAL_AMFLAGS = -I m4 -I src/libopts/m4 -I src/gl/m4 -I lib/unistring/m4 --install EXTRA_DIST = cfg.mk maint.mk CONTRIBUTING.md README.md LICENSE AUTHORS NEWS \ ChangeLog THANKS INSTALL.md symbols.last