1dnl Copyright (C) 1994-2019 Free Software Foundation, Inc.
2dnl This file is free software; the Free Software Foundation
3dnl gives unlimited permission to copy and/or distribute it,
4dnl with or without modifications, as long as this notice is preserved.
5
6dnl This program is distributed in the hope that it will be useful,
7dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
8dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9dnl PARTICULAR PURPOSE.
10
11m4_include(../config/acx.m4)
12m4_include(../config/no-executables.m4)
13m4_include(../config/enable.m4)
14m4_include(../config/tls.m4)
15m4_include(../config/bitfields.m4)
16
17m4_include(../libtool.m4)
18dnl The lines below arrange for aclocal not to bring an installed
19dnl libtool.m4 into aclocal.m4, while still arranging for automake to
20dnl add a definition of LIBTOOL to Makefile.in.
21ifelse(yes,no,[
22AC_DEFUN([AM_PROG_LIBTOOL],)
23AC_DEFUN([AC_LIBTOOL_DLOPEN],)
24AC_DEFUN([AC_LIBLTDL_CONVENIENCE],)
25AC_SUBST(LIBTOOL)
26])
27