summaryrefslogtreecommitdiffstats
path: root/aclocal/rtems-top.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-04 16:22:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-04 16:22:17 +0000
commitb42cae739ffd54fa3331841ed86a9f81995d92ef (patch)
tree7d9aec9fc8a4b9a1a9abd2462bf97e936d35fc11 /aclocal/rtems-top.m4
parent2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b42cae739ffd54fa3331841ed86a9f81995d92ef.tar.bz2
2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.maint, aclocal/rpm.m4, aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
Diffstat (limited to 'aclocal/rtems-top.m4')
-rw-r--r--aclocal/rtems-top.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/rtems-top.m4 b/aclocal/rtems-top.m4
index 8c76f89682..147455c04b 100644
--- a/aclocal/rtems-top.m4
+++ b/aclocal/rtems-top.m4
@@ -16,7 +16,7 @@ AC_CONFIG_AUX_DIR([$1])
AC_CHECK_PROGS(MAKE, gmake make)
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
-AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API])
+AC_PREFIX_DEFAULT([/opt/rtems-][_RTEMS_API])
RTEMS_TOPdir="$1";
AC_SUBST(RTEMS_TOPdir)