diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d352b64..5276a19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,3 +37,4 @@ ChangeLog: dist-hook: ChangeLog INSTALL EXTRA_DIST = README.md +ACLOCAL_AMFLAGS = -I m4 diff --git a/configure.ac b/configure.ac index 8c18026..43b036c 100644 --- a/configure.ac +++ b/configure.ac @@ -36,12 +36,13 @@ AC_INIT(libXfixes, [6.0.0], [https://gitlab.freedesktop.org/xorg/lib/libXfixes/issues], [libXfixes]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_MACRO_DIRS([m4]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool -AC_PROG_LIBTOOL +LT_INIT # Require xorg-macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], |