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