Retro68/gcc/libmpx/acinclude.m4

15 lines
499 B
Plaintext
Raw Normal View History

2015-08-28 15:33:40 +00:00
dnl ----------------------------------------------------------------------
dnl This whole bit snagged from libgfortran.
sinclude(../libtool.m4)
2018-12-28 15:30:48 +00:00
sinclude(../config/enable.m4)
sinclude(../config/cet.m4)
2015-08-28 15:33:40 +00:00
dnl The lines below arrange for aclocal not to bring an installed
dnl libtool.m4 into aclocal.m4, while still arranging for automake to
dnl add a definition of LIBTOOL to Makefile.in.
ifelse(,,,[AC_SUBST(LIBTOOL)
AC_DEFUN([AM_PROG_LIBTOOL])
AC_DEFUN([AC_LIBTOOL_DLOPEN])
AC_DEFUN([AC_PROG_LD])
])