xref: /netbsd-src/external/gpl3/gcc/dist/libobjc/acinclude.m4 (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1dnl Copyright (C) 1994-2013 Free Software Foundation, Inc.
2dnl This file is free software; the Free Software Foundation
3dnl gives unlimited permission to copy and/or distribute it,
4dnl with or without modifications, as long as this notice is preserved.
5
6dnl This program is distributed in the hope that it will be useful,
7dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
8dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9dnl PARTICULAR PURPOSE.
10
11m4_include(../config/acx.m4)
12m4_include(../config/no-executables.m4)
13m4_include(../config/enable.m4)
14m4_include(../config/tls.m4)
15
16m4_include(../libtool.m4)
17dnl The lines below arrange for aclocal not to bring an installed
18dnl libtool.m4 into aclocal.m4, while still arranging for automake to
19dnl add a definition of LIBTOOL to Makefile.in.
20ifelse(yes,no,[
21AC_DEFUN([AM_PROG_LIBTOOL],)
22AC_DEFUN([AC_LIBTOOL_DLOPEN],)
23AC_DEFUN([AC_LIBLTDL_CONVENIENCE],)
24AC_SUBST(LIBTOOL)
25])
26