Mercurial > flash_v2
comparison acinclude.m4 @ 283:f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
of minor bug fixes. The main goal is to support per-package host-side
software in addition to the generic host-side tools. For example, the
synthetic target HAL and device driver packages can now have host
subdirectories with support code.
| author | bartv |
|---|---|
| date | Sun, 11 Aug 2002 21:40:50 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 282:a29ee6c2dd3c | 283:f58bc1b2c2bc |
|---|---|
| 1 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 ####ECOSHOSTGPLCOPYRIGHTBEGIN#### | |
| 9 dnl ---------------------------------------------------------------------------- | |
| 10 dnl Copyright (C) 2002 Bart Veer | |
| 11 dnl | |
| 12 dnl This file is part of the eCos host tools. | |
| 13 dnl | |
| 14 dnl This program is free software; you can redistribute it and/or modify it | |
| 15 dnl under the terms of the GNU General Public License as published by the Free | |
| 16 dnl Software Foundation; either version 2 of the License, or (at your option) | |
| 17 dnl any later version. | |
| 18 dnl | |
| 19 dnl This program is distributed in the hope that it will be useful, but WITHOUT | |
| 20 dnl ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 21 dnl FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | |
| 22 dnl more details. | |
| 23 dnl | |
| 24 dnl You should have received a copy of the GNU General Public License along with | |
| 25 dnl this program; if not, write to the Free Software Foundation, Inc., | |
| 26 dnl 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | |
| 27 dnl | |
| 28 dnl ---------------------------------------------------------------------------- | |
| 29 dnl ####ECOSHOSTGPLCOPYRIGHTEND#### | |
| 30 dnl ==================================================================== | |
| 31 dnl#####DESCRIPTIONBEGIN#### | |
| 32 dnl | |
| 33 dnl Author(s): bartv | |
| 34 dnl Contact(s): bartv | |
| 35 dnl Date: 2002/08/03 | |
| 36 dnl Version: 0.01 | |
| 37 dnl | |
| 38 dnl####DESCRIPTIONEND#### | |
| 39 dnl ==================================================================== | |
| 40 | |
| 41 dnl Access shared macros. | |
| 42 dnl AM_CONDITIONAL needs to be mentioned here or else aclocal does not | |
| 43 dnl incorporate the macro into aclocal.m4 | |
| 44 sinclude(acsupport/acinclude.m4) |
