summaryrefslogtreecommitdiffstats
path: root/c/src/tests/aclocal/rtems-top.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-29 00:06:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-29 00:06:15 +0000
commitac3786b4dc6a575c50e354e4168f3146aba9667f (patch)
tree85ec09076b43c81fec09aa859ab6970db7817197 /c/src/tests/aclocal/rtems-top.m4
parent2003-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ac3786b4dc6a575c50e354e4168f3146aba9667f.tar.bz2
2003-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Add RTEMS_API. AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
Diffstat (limited to '')
-rw-r--r--c/src/tests/aclocal/rtems-top.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/tests/aclocal/rtems-top.m4 b/c/src/tests/aclocal/rtems-top.m4
index bdb79ed5e6..7c9b7ccadc 100644
--- a/c/src/tests/aclocal/rtems-top.m4
+++ b/c/src/tests/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