Retro68/gcc/libsanitizer/acinclude.m4

13 lines
446 B
Plaintext
Raw Permalink Normal View History

2012-03-27 23:13:14 +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)
2012-03-27 23:13:14 +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])
])