]> git.ipfire.org Git - thirdparty/gcc.git/blame - libobjc/acinclude.m4
In libobjc/: 2010-12-11 Nicola Pero <nicola.pero@meta-innovation.com>
[thirdparty/gcc.git] / libobjc / acinclude.m4
CommitLineData
fd312537 1dnl Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2010
dd365157
MS
2dnl Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved.
6
7dnl This program is distributed in the hope that it will be useful,
8dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
9dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10dnl PARTICULAR PURPOSE.
11
12m4_include(../config/acx.m4)
13m4_include(../config/no-executables.m4)
fd312537
NP
14m4_include(../config/enable.m4)
15m4_include(../config/tls.m4)
dd365157
MS
16
17m4_include(../libtool.m4)
18dnl The lines below arrange for aclocal not to bring an installed
19dnl libtool.m4 into aclocal.m4, while still arranging for automake to
20dnl add a definition of LIBTOOL to Makefile.in.
21ifelse(yes,no,[
22AC_DEFUN([AM_PROG_LIBTOOL],)
23AC_DEFUN([AC_LIBTOOL_DLOPEN],)
24AC_DEFUN([AC_LIBLTDL_CONVENIENCE],)
25AC_SUBST(LIBTOOL)
26])