net-proxy/dae: not install unusable config.dae
[gentoo-zh.git] / dev-libs / libthai / files / libthai-0.1.28-fix-duplicate-dir.patch
blobd0e331cc34f394cce31e2b61c981a1b08f09b801
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
9 ---
10 configure.ac | 2 --
11 1 file changed, 2 deletions(-)
13 diff --git a/configure.ac b/configure.ac
14 index 913500a..1d174c5 100644
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -22,8 +22,6 @@ AC_SUBST(LT_CURRENT)
18 AC_SUBST(LT_REVISION)
19 AC_SUBST(LT_AGE)
21 -AC_CONFIG_MACRO_DIR([m4])
23 DOXYGEN_REQ_VER=1.8.8
25 dnl Checks for programs.