]>
Commit | Line | Data |
---|---|---|
9e9b66a9 | 1 | sinclude(../bfd/warning.m4) |
20e95c23 DJ |
2 | sinclude(../config/gettext-sister.m4) |
3 | sinclude(../config/nls.m4) | |
4 | sinclude(../config/po.m4) | |
5 | sinclude(../config/progtest.m4) | |
6 | ||
ac48eca1 AO |
7 | sinclude(../libtool.m4) |
8 | dnl The lines below arrange for aclocal not to bring libtool.m4 | |
9 | dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automake | |
10 | dnl to add a definition of LIBTOOL to Makefile.in. | |
11 | ifelse(yes,no,[ | |
12 | AC_DEFUN([AM_PROG_LIBTOOL],) | |
13 | AC_SUBST(LIBTOOL) | |
14 | ]) |