1 |
27 |
unneback |
dnl Process this file with aclocal to get an aclocal.m4 file. Then
|
2 |
|
|
dnl process that with autoconf.
|
3 |
|
|
dnl ====================================================================
|
4 |
|
|
dnl
|
5 |
|
|
dnl acinclude.m4
|
6 |
|
|
dnl
|
7 |
|
|
dnl ====================================================================
|
8 |
|
|
dnl ####ECOSGPLCOPYRIGHTBEGIN####
|
9 |
|
|
dnl -------------------------------------------
|
10 |
|
|
dnl This file is part of eCos, the Embedded Configurable Operating System.
|
11 |
|
|
dnl Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
12 |
|
|
dnl
|
13 |
|
|
dnl eCos is free software; you can redistribute it and/or modify it under
|
14 |
|
|
dnl the terms of the GNU General Public License as published by the Free
|
15 |
|
|
dnl Software Foundation; either version 2 or (at your option) any later version.
|
16 |
|
|
dnl
|
17 |
|
|
dnl eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
18 |
|
|
dnl WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
19 |
|
|
dnl FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
20 |
|
|
dnl for more details.
|
21 |
|
|
dnl
|
22 |
|
|
dnl You should have received a copy of the GNU General Public License along
|
23 |
|
|
dnl with eCos; if not, write to the Free Software Foundation, Inc.,
|
24 |
|
|
dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
25 |
|
|
dnl
|
26 |
|
|
dnl As a special exception, if other files instantiate templates or use macros
|
27 |
|
|
dnl or inline functions from this file, or you compile this file and link it
|
28 |
|
|
dnl with other works to produce a work based on this file, this file does not
|
29 |
|
|
dnl by itself cause the resulting work to be covered by the GNU General Public
|
30 |
|
|
dnl License. However the source code for this file must still be made available
|
31 |
|
|
dnl in accordance with section (3) of the GNU General Public License.
|
32 |
|
|
dnl
|
33 |
|
|
dnl This exception does not invalidate any other reasons why a work based on
|
34 |
|
|
dnl this file might be covered by the GNU General Public License.
|
35 |
|
|
dnl
|
36 |
|
|
dnl Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
37 |
|
|
dnl at http://sources.redhat.com/ecos/ecos-license/
|
38 |
|
|
dnl -------------------------------------------
|
39 |
|
|
dnl ####ECOSGPLCOPYRIGHTEND####
|
40 |
|
|
dnl ====================================================================
|
41 |
|
|
dnl#####DESCRIPTIONBEGIN####
|
42 |
|
|
dnl
|
43 |
|
|
dnl Author(s): bartv
|
44 |
|
|
dnl Contact(s): bartv
|
45 |
|
|
dnl Date: 2002/01/10
|
46 |
|
|
dnl Version: 0.01
|
47 |
|
|
dnl
|
48 |
|
|
dnl####DESCRIPTIONEND####
|
49 |
|
|
dnl ====================================================================
|
50 |
|
|
|
51 |
|
|
dnl Access shared macros.
|
52 |
|
|
dnl AM_CONDITIONAL needs to be mentioned here or else aclocal does not
|
53 |
|
|
dnl incorporate the macro into aclocal.m4
|
54 |
|
|
sinclude(../../../../../../acsupport/acinclude.m4)
|