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

* configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
This commit is contained in:
Joel Sherrill
2001-10-17 13:12:45 +00:00
parent 6cbc30609b
commit 7660ccd8fc
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.

View File

@@ -59,7 +59,7 @@ fi
if test "$HAS_ITRON_API" = "yes"; then
AC_CONFIG_SUBDIRS(itron)
fi
AC_CONFIG_SUBDIRS(score/cpu/$RTEMS_CPU)
RTEMS_CPU_SUBDIRS([score/cpu])
RTEMS_DEFINE_POSIX_API
RTEMS_DEFINE_ITRON_API

View File

@@ -1,3 +1,7 @@
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.

View File

@@ -59,7 +59,7 @@ fi
if test "$HAS_ITRON_API" = "yes"; then
AC_CONFIG_SUBDIRS(itron)
fi
AC_CONFIG_SUBDIRS(score/cpu/$RTEMS_CPU)
RTEMS_CPU_SUBDIRS([score/cpu])
RTEMS_DEFINE_POSIX_API
RTEMS_DEFINE_ITRON_API