From b42cae739ffd54fa3331841ed86a9f81995d92ef Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 4 Mar 2011 16:22:17 +0000 Subject: =?UTF-8?q?2011-03-04=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.maint, aclocal/rpm.m4, aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API. --- aclocal/rtems-top.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal/rtems-top.m4') 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) -- cgit v1.2.3