OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [tools/] [Utils/] [common/] [configure.in] - Blame information for rev 790

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.