OSDN Git Service

* configure.in: Clean up handling of
[pf3gnuchains/gcc-fork.git] / libobjc / aclocal.m4
1 dnl Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2004
2 dnl Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 dnl This program is distributed in the hope that it will be useful,
8 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
9 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10 dnl PARTICULAR PURPOSE.
11
12 sinclude(../config/acx.m4)
13
14 sinclude(../libtool.m4)
15 dnl The lines below arrange for aclocal not to bring an installed
16 dnl libtool.m4 into aclocal.m4, while still arranging for automake to
17 dnl add a definition of LIBTOOL to Makefile.in.
18 ifelse(,,,[AC_SUBST(LIBTOOL)
19 AC_DEFUN([AM_PROG_LIBTOOL])
20 AC_DEFUN([AC_LIBTOOL_DLOPEN])
21 AC_DEFUN([AC_PROG_LD])
22 ])