2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS.
This commit is contained in:
Joel Sherrill
2001-10-11 16:38:20 +00:00
parent fc40d5d4a8
commit b7232e6f4a
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl
dnl $Id$
AC_PREREQ(2.52)
AC_INIT(generic)
RTEMS_TOP(../..)
AC_CONFIG_AUX_DIR(../..)
@@ -17,9 +18,7 @@ RTEMS_TOOLPATHS
AC_SUBST(program_prefix)
AC_CONFIG_SUBDIRS(generic)
if test -d $srcdir/$RTEMS_CPU; then
AC_CONFIG_SUBDIRS($RTEMS_CPU)
fi
RTEMS_CPU_SUBDIRS
# Explicitly list all Makefiles here
AC_OUTPUT(Makefile)