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