1 sinclude(../config/mmap.m4) 2 sinclude(../config/no-executables.m4) 3 sinclude(../libtool.m4) 4 dnl The lines below arrange for aclocal not to bring libtool.m4 5 dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automake 6 dnl to add a definition of LIBTOOL to Makefile.in. 7 ifelse(yes,no,[ 8 AC_DEFUN([AM_PROG_LIBTOOL],) 9 AC_SUBST(LIBTOOL) 10 ]) 11