]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/libobjc/acinclude.m4
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / libobjc / acinclude.m4
1 dnl Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2004
2 dnl Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 dnl This program is distributed in the hope that it will be useful,
8 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
9 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10 dnl PARTICULAR PURPOSE.
11
12 m4_include(../config/acx.m4)
13 m4_include(../config/no-executables.m4)
14
15 m4_include(../libtool.m4)
16 dnl The lines below arrange for aclocal not to bring an installed
17 dnl libtool.m4 into aclocal.m4, while still arranging for automake to
18 dnl add a definition of LIBTOOL to Makefile.in.
19 ifelse(yes,no,[
20 AC_DEFUN([AM_PROG_LIBTOOL],)
21 AC_DEFUN([AC_LIBTOOL_DLOPEN],)
22 AC_DEFUN([AC_LIBLTDL_CONVENIENCE],)
23 AC_SUBST(LIBTOOL)
24 ])