summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/rtems-top.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-04 16:17:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-04 16:17:27 +0000
commit4c7b674a16bb8ffdc42cf8bb4cbf9d34fe9ba78d (patch)
treeb089485007fa135260ee740296ffdf954b47624d /c/src/aclocal/rtems-top.m4
parent2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4c7b674a16bb8ffdc42cf8bb4cbf9d34fe9ba78d.tar.bz2
2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
Diffstat (limited to 'c/src/aclocal/rtems-top.m4')
-rw-r--r--c/src/aclocal/rtems-top.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/aclocal/rtems-top.m4 b/c/src/aclocal/rtems-top.m4
index 35c0d99c31..7a796ec0f4 100644
--- a/c/src/aclocal/rtems-top.m4
+++ b/c/src/aclocal/rtems-top.m4
@@ -17,7 +17,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])
AC_SUBST([RTEMS_TOPdir],["$1"])