mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 18:39:59 +08:00
8 lines
268 B
Plaintext
8 lines
268 B
Plaintext
|
sinclude(../libtool.m4)
|
||
|
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])
|
||
|
])
|