URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [tools/] [update/] [configure.in] - Rev 820
Go to most recent revision | Compare with Previous | Blame | View Log
#
# $Id: configure.in,v 1.2 2001-09-27 12:02:54 chris Exp $
#
AC_PREREQ(2.13)
AC_INIT(rtems-polish.sh)
RTEMS_TOP(../..)
AC_CONFIG_AUX_DIR(../..)
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE(rtems-tools-update,$RTEMS_VERSION,no)
AM_MAINTAINER_MODE
RTEMS_PATH_KSH
RTEMS_PATH_PERL
AM_CONDITIONAL(PERL,test -n "$PERL")
RTEMS_TOOLPATHS
# Explicitly list all Makefiles here
AC_OUTPUT(
Makefile
)
Go to most recent revision | Compare with Previous | Blame | View Log