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