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