acinclude.m4 315 B

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