URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [tools/] [src/] [configure.in] - Rev 174
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 Copyright (C) 2002 Bart Veerdnl Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.dnldnl This file is part of the eCos host tools.dnldnl This program is free software; you can redistribute it and/or modify itdnl under the terms of the GNU General Public License as published by the Freednl Software Foundation; either version 2 of the License, or (at your option)dnl any later version.dnldnl This program is distributed in the hope that it will be useful, but WITHOUTdnl ANY WARRANTY; without even the implied warranty of MERCHANTABILITY ordnl FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License fordnl more details.dnldnl You should have received a copy of the GNU General Public License along withdnl this program; if not, write to the Free Software Foundation, Inc.,dnl 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.dnldnl ----------------------------------------------------------------------------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.SUBDIRS="infra libcdl tools/configtool/standalone/common"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])AC_SUBST(SUBDIRS)AC_CONFIG_SUBDIRS(${SUBDIRS})AC_OUTPUT(Makefile)
