URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [configure.in] - Rev 844
Go to most recent revision | Compare with Previous | Blame | View Log
dnl Process this file with autoconf to produce a configure script.dnl ====================================================================dnldnl configure.indnldnl Top-level configure script for eCos host-side software.dnldnl ====================================================================dnl ####ECOSHOSTGPLCOPYRIGHTBEGIN####dnl -------------------------------------------dnl This file is part of the eCos host tools.dnl Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.dnldnl This program is free software; you can redistribute it and/or modifydnl it under the terms of the GNU General Public License as published bydnl the Free Software Foundation; either version 2 or (at your option) anydnl later version.dnldnl This program is distributed in the hope that it will be useful, butdnl WITHOUT ANY WARRANTY; without even the implied warranty ofdnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUdnl General Public License for more details.dnldnl You should have received a copy of the GNU General Public Licensednl along with this program; if not, write to thednl Free Software Foundation, Inc., 51 Franklin Street,dnl Fifth Floor, Boston, MA 02110-1301, USA.dnl -------------------------------------------dnl ####ECOSHOSTGPLCOPYRIGHTEND####dnl ====================================================================dnl#####DESCRIPTIONBEGIN####dnldnl Author(s): bartvdnl Contact(s): bartvdnl Date: 1998/12/17dnl Version: 0.01dnldnl####DESCRIPTIONEND####dnl ====================================================================dnl Generic initializationAC_INIT(../acsupport/config.guess)AC_CONFIG_AUX_DIR(../acsupport)AC_CANONICAL_HOSTAM_INIT_AUTOMAKE(eCos,2.0,0)AM_MAINTAINER_MODEECOS_CHECK_BUILD_ne_SRCdnl Nothing actually gets built in this directory, so there is nodnl point in worrying about compiler flags etc. Instead justdnl recurse into appropriate subdirectories. The current directorydnl tree is rather deep, so to avoid having to create lots of intermediatednl configure scripts and associated files the required build treednl subdirectories are created here.AC_OUTPUT_COMMANDS([test -d tools || mkdir toolstest -d tools/configtool || mkdir tools/configtooltest -d tools/configtool/standalone || mkdir tools/configtool/standalonetest -d tools/configtool/standalone/common || mkdir tools/configtool/standalone/common])dnl AC_SUBST(SUBDIRS)dnl AC_CONFIG_SUBDIRS([${SUBDIRS}])AC_CONFIG_SUBDIRS([infra])AC_CONFIG_SUBDIRS([libcdl])AC_CONFIG_SUBDIRS([tools/configtool/standalone/common])AC_OUTPUT(Makefile)
Go to most recent revision | Compare with Previous | Blame | View Log
