]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - tools/src/tools/configtool/standalone/common/configure.in
Initial revision
[karo-tx-redboot.git] / tools / src / tools / configtool / standalone / common / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 dnl ====================================================================
3 dnl
4 dnl     configure.in
5 dnl
6 dnl     configtool/standalone/common
7 dnl
8 dnl ====================================================================
9 dnl ####ECOSHOSTGPLCOPYRIGHTBEGIN####
10 dnl -------------------------------------------                              
11 dnl Copyright (C) 2002 Bart Veer    
12 dnl Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.
13 dnl
14 dnl This file is part of the eCos host tools.
15 dnl
16 dnl This program is free software; you can redistribute it and/or modify it 
17 dnl under the terms of the GNU General Public License as published by the Free 
18 dnl Software Foundation; either version 2 of the License, or (at your option) 
19 dnl any later version.
20 dnl 
21 dnl This program is distributed in the hope that it will be useful, but WITHOUT 
22 dnl ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
23 dnl FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 
24 dnl more details.
25 dnl 
26 dnl You should have received a copy of the GNU General Public License along with
27 dnl this program; if not, write to the Free Software Foundation, Inc., 
28 dnl 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
29 dnl
30 dnl -------------------------------------------                              
31 dnl ####ECOSHOSTGPLCOPYRIGHTEND####
32 dnl ====================================================================
33 dnl#####DESCRIPTIONBEGIN####
34 dnl
35 dnl Author(s):  bartv
36 dnl Contact(s): bartv
37 dnl Date:       1999/11/10
38 dnl Version:    0.01
39 dnl
40 dnl####DESCRIPTIONEND####
41 dnl ====================================================================
42
43 AC_INIT(ecosconfig.cxx)
44
45 dnl Pick up the support files from the top-level acsupport directory
46 AC_CONFIG_AUX_DIR(../../../../../acsupport)
47
48 ECOS_CHECK_BUILD_ne_SRC
49 AC_CANONICAL_HOST
50 AM_INIT_AUTOMAKE(ecosconfig, 0.1)
51 AM_MAINTAINER_MODE
52
53 AC_PROG_CC
54 AC_PROG_CXX
55 AC_OBJEXT
56 AC_EXEEXT
57 ECOS_PROG_MSVC
58 ECOS_PROG_STANDARD_COMPILER_FLAGS
59
60 ECOS_ARG_INFRASTRUCTURE
61 ECOS_PATH_LIBCDL
62 ECOS_PATH_INFRA
63 ECOS_PATH_TCL
64
65 AC_OUTPUT(Makefile)