mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-16 12:28:51 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user