acinclude.m4 446 B

123456789101112
  1. dnl ----------------------------------------------------------------------
  2. dnl This whole bit snagged from libgfortran.
  3. sinclude(../libtool.m4)
  4. sinclude(../config/enable.m4)
  5. sinclude(../config/cet.m4)
  6. dnl The lines below arrange for aclocal not to bring an installed
  7. dnl libtool.m4 into aclocal.m4, while still arranging for automake to
  8. dnl add a definition of LIBTOOL to Makefile.in.
  9. ifelse(,,,[AC_SUBST(LIBTOOL)
  10. AC_DEFUN([AM_PROG_LIBTOOL])
  11. ])