-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathacinclude.m4
47 lines (46 loc) · 1.68 KB
/
acinclude.m4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
dnl $Header$
dnl MBDyn (C) is a multibody analysis code.
dnl http://www.mbdyn.org
dnl
dnl Copyright (C) 1996-2023
dnl
dnl Pierangelo Masarati <[email protected]>
dnl Paolo Mantegazza <[email protected]>
dnl
dnl Dipartimento di Ingegneria Aerospaziale - Politecnico di Milano
dnl via La Masa, 34 - 20156 Milano, Italy
dnl http://www.aero.polimi.it
dnl
dnl Changing this copyright notice is forbidden.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation (version 2 of the License).
dnl
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
dnl *** Borrowed from:
dnl
dnl Copyright 1998-2004 The OpenLDAP Foundation, All Rights Reserved.
dnl COPYING RESTRICTIONS APPLY, See COPYRIGHT file
dnl
dnl OpenLDAP Autoconf Macros
dnl
divert(-1)
builtin(include, build/mbdyn.m4)dnl
builtin(include, build/m4_ax_check_compile_flag.m4)dnl
builtin(include, build/m4_ax_pkg_swig.m4)dnl
builtin(include, build/m4_ax_python_devel.m4)dnl
builtin(include, build/m4_ax_swig_enable_cxx.m4)dnl
builtin(include, build/m4_ax_swig_multi_module_support.m4)dnl
builtin(include, build/m4_ax_swig_python.m4)dnl
dnl keep updated
builtin(include, build/ax_pthread.m4)dnl