From ac3786b4dc6a575c50e354e4168f3146aba9667f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 29 Aug 2003 00:06:15 +0000 Subject: 2003-08-28 Ralf Corsepius * aclocal/rtems-top.m4: Add RTEMS_API. AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]). --- testsuites/ChangeLog | 5 +++++ testsuites/aclocal/rtems-top.m4 | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index 39aba98450..c31b43d072 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,8 @@ +2003-08-28 Ralf Corsepius + + * aclocal/rtems-top.m4: Add RTEMS_API. + AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]). + 2003-08-22 Ralf Corsepius * aclocal/check-tests.m4: New (Split out from enable-tests.m4). diff --git a/testsuites/aclocal/rtems-top.m4 b/testsuites/aclocal/rtems-top.m4 index bdb79ed5e6..7c9b7ccadc 100644 --- a/testsuites/aclocal/rtems-top.m4 +++ b/testsuites/aclocal/rtems-top.m4 @@ -1,5 +1,7 @@ dnl $Id$ +m4_define([RTEMS_API],[4.7]) + dnl dnl RTEMS_TOP($1) dnl @@ -12,7 +14,7 @@ AC_CONFIG_AUX_DIR([$1]) AC_CHECK_PROGS(MAKE, gmake make) AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl -AC_PREFIX_DEFAULT([/opt/rtems]) +AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API]) ## HACK to allow gnu-make conditionals in automake-Makefiles. ENDIF=endif -- cgit v1.2.3