diff options
author | Alon Bar-Lev <alon.barlev@gmail.com> | 2019-01-07 17:46:10 +0200 |
---|---|---|
committer | Alon Bar-Lev <alon.barlev@gmail.com> | 2019-01-07 17:46:13 +0200 |
commit | 765af4bb518f7e0911340f4e7a6429af77dc9ea4 (patch) | |
tree | e1ad644ef1ec3faa4e3003952a72ee5a6b187040 /Makefile.am | |
parent | 1626663a7cad198457066df044bdf6196469c8d6 (diff) | |
download | gnutls-765af4bb518f7e0911340f4e7a6429af77dc9ea4.tar.gz |
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 <alon.barlev@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |