acinclude.m4 442 B

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