mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-17 12:58:54 +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>
|
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
* 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
|
||||||
dnl $Id$
|
dnl $Id$
|
||||||
|
|
||||||
|
AC_PREREQ(2.52)
|
||||||
AC_INIT(generic)
|
AC_INIT(generic)
|
||||||
RTEMS_TOP(../..)
|
RTEMS_TOP(../..)
|
||||||
AC_CONFIG_AUX_DIR(../..)
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
@@ -17,9 +18,7 @@ RTEMS_TOOLPATHS
|
|||||||
AC_SUBST(program_prefix)
|
AC_SUBST(program_prefix)
|
||||||
|
|
||||||
AC_CONFIG_SUBDIRS(generic)
|
AC_CONFIG_SUBDIRS(generic)
|
||||||
if test -d $srcdir/$RTEMS_CPU; then
|
RTEMS_CPU_SUBDIRS
|
||||||
AC_CONFIG_SUBDIRS($RTEMS_CPU)
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_OUTPUT(Makefile)
|
AC_OUTPUT(Makefile)
|
||||||
|
|||||||
Reference in New Issue
Block a user