OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [tests/] [tools/] [configure.in] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
dnl Process this file with autoconf to produce a configure script.
2
dnl
3
dnl  $Id: configure.in,v 1.2 2001-09-27 12:02:48 chris Exp $
4
 
5
AC_INIT(generic)
6
RTEMS_TOP(../../../..)
7
AC_CONFIG_AUX_DIR(../../../..)
8
 
9
RTEMS_CANONICAL_TARGET_CPU
10
 
11
AM_INIT_AUTOMAKE(rtems-c-src-tests-tools,$RTEMS_VERSION,no)
12
AM_MAINTAINER_MODE
13
 
14
RTEMS_TOOLPATHS
15
AC_SUBST(program_prefix)
16
 
17
AC_CONFIG_SUBDIRS(generic)
18
if test -d $srcdir/$RTEMS_CPU; then
19
AC_CONFIG_SUBDIRS($RTEMS_CPU)
20
fi
21
 
22
# Explicitly list all Makefiles here
23
AC_OUTPUT(Makefile)

powered by: WebSVN 2.1.0

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