1 From 764c1750c18fc3fe4005fcb5b912ce9e39bc2b7f Mon Sep 17 00:00:00 2001
2 From: Ross Burton <ross.burton@intel.com>
3 Date: Mon, 23 Mar 2020 21:51:31 +0000
4 Subject: [PATCH] configure.ac: remove duplicate AC_CONFIG_MACRO_DIR
6 Autoconf 2.70 will fatally error out if AC_CONFIG_MACRO_DIR is called more than once:
8 | configure.ac:25: error: AC_CONFIG_MACRO_DIR can only be used once
11 1 file changed, 2 deletions(-)
13 diff --git a/configure.ac b/configure.ac
14 index 913500a..1d174c5 100644
17 @@ -22,8 +22,6 @@ AC_SUBST(LT_CURRENT)
21 -AC_CONFIG_MACRO_DIR([m4])
25 dnl Checks for programs.