source: rtems/aclocal/rtems-top.m4 @ 9b5e72b

4.104.114.84.95
Last change on this file since 9b5e72b was 9b5e72b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/18/06 at 03:37:19

2006-10-18 Ralf Corsépius <ralf.corsepius@…>

  • aclocal/rtems-top.m4: Remove RTEMS_API.
  • aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
  • Property mode set to 100644
File size: 696 bytes
Line 
1dnl $Id$
2
3dnl
4dnl RTEMS_TOP($1)
5dnl
6dnl $1 .. relative path from this configure.in to the toplevel configure.in
7dnl
8AC_DEFUN([RTEMS_TOP],
9[dnl
10AC_REQUIRE([RTEMS_VERSIONING])
11AC_CONFIG_AUX_DIR([$1])
12AC_CHECK_PROGS(MAKE, gmake make)
13AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
14
15AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API])
16
17RTEMS_TOPdir="$1";
18AC_SUBST(RTEMS_TOPdir)
19
20dots=`echo $with_target_subdir|\
21sed -e 's,^\.$,,' -e 's%^\./%%' -e 's%[[^/]]$%&/%' -e 's%[[^/]]*/%../%g'`
22PROJECT_TOPdir=${dots}${RTEMS_TOPdir}/'$(top_builddir)'
23AC_SUBST(PROJECT_TOPdir)
24
25PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
26AC_SUBST(PROJECT_ROOT)
27
28AC_MSG_CHECKING([for RTEMS Version])
29AC_MSG_RESULT([_RTEMS_VERSION])
30])dnl
Note: See TracBrowser for help on using the repository browser.