]> git.ipfire.org Git - thirdparty/gcc.git/blame - libobjc/acinclude.m4
Fix boostrap failure in tree-ssa-loop-ch.cc
[thirdparty/gcc.git] / libobjc / acinclude.m4
CommitLineData
83ffe9cd 1dnl Copyright (C) 1994-2023 Free Software Foundation, Inc.
dd365157
MS
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)
fd312537
NP
13m4_include(../config/enable.m4)
14m4_include(../config/tls.m4)
539280a8 15m4_include(../config/bitfields.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])