annotate libobjc/acinclude.m4 @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 1830386684a0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
1 dnl Copyright (C) 1994-2020 Free Software Foundation, Inc.
111
kono
parents:
diff changeset
2 dnl This file is free software; the Free Software Foundation
kono
parents:
diff changeset
3 dnl gives unlimited permission to copy and/or distribute it,
kono
parents:
diff changeset
4 dnl with or without modifications, as long as this notice is preserved.
kono
parents:
diff changeset
5
kono
parents:
diff changeset
6 dnl This program is distributed in the hope that it will be useful,
kono
parents:
diff changeset
7 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
kono
parents:
diff changeset
8 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
kono
parents:
diff changeset
9 dnl PARTICULAR PURPOSE.
kono
parents:
diff changeset
10
kono
parents:
diff changeset
11 m4_include(../config/acx.m4)
kono
parents:
diff changeset
12 m4_include(../config/no-executables.m4)
kono
parents:
diff changeset
13 m4_include(../config/enable.m4)
kono
parents:
diff changeset
14 m4_include(../config/tls.m4)
kono
parents:
diff changeset
15 m4_include(../config/bitfields.m4)
kono
parents:
diff changeset
16
kono
parents:
diff changeset
17 m4_include(../libtool.m4)
kono
parents:
diff changeset
18 dnl The lines below arrange for aclocal not to bring an installed
kono
parents:
diff changeset
19 dnl libtool.m4 into aclocal.m4, while still arranging for automake to
kono
parents:
diff changeset
20 dnl add a definition of LIBTOOL to Makefile.in.
kono
parents:
diff changeset
21 ifelse(yes,no,[
kono
parents:
diff changeset
22 AC_DEFUN([AM_PROG_LIBTOOL],)
kono
parents:
diff changeset
23 AC_DEFUN([AC_LIBTOOL_DLOPEN],)
kono
parents:
diff changeset
24 AC_DEFUN([AC_LIBLTDL_CONVENIENCE],)
kono
parents:
diff changeset
25 AC_SUBST(LIBTOOL)
kono
parents:
diff changeset
26 ])