annotate libobjc/acinclude.m4 @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children 84e7813d76e9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 dnl Copyright (C) 1994-2017 Free Software Foundation, Inc.
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 ])