forked from Imagelibrary/rtems
2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP.
|
||||||
|
Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
|
||||||
|
|
||||||
2004-03-25 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-25 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Reflect changes to testsuites's configuration.
|
* configure.ac: Reflect changes to testsuites's configuration.
|
||||||
|
|||||||
@@ -19,21 +19,13 @@ AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API])
|
|||||||
|
|
||||||
AC_SUBST([RTEMS_TOPdir],["$1"])
|
AC_SUBST([RTEMS_TOPdir],["$1"])
|
||||||
|
|
||||||
## with_target_subdirs is handled implicitly by autoconf
|
# HACK: The sed pattern in rtems_updir matches c/src/
|
||||||
dots=`echo $with_target_subdir|\
|
rtems_updir=m4_if([$2],[],[`echo "$1/" | sed s,^\.\.\/\.\.\/,,`],[$2/])
|
||||||
sed -e 's,^\.$,,' -e 's%^\./%%' -e 's%[[^/]]$%&/%' -e 's%[[^/]]*/%../%g'`
|
|
||||||
|
|
||||||
PROJECT_TOPdir=${dots}${RTEMS_TOPdir}/'$(top_builddir)'
|
AC_SUBST([RTEMS_ROOT],[${rtems_updir}'$(top_builddir)'])
|
||||||
AC_SUBST([PROJECT_TOPdir])
|
|
||||||
|
|
||||||
RTEMS_ROOT=`echo "$1/" | sed -e 's,^../../,,'`'$(top_builddir)'
|
AC_SUBST([PROJECT_TOPdir],[${with_project_top}${rtems_updir}'$(top_builddir)'])
|
||||||
AC_SUBST([RTEMS_ROOT])
|
AC_SUBST([PROJECT_ROOT],[${with_project_root}${rtems_updir}'$(top_builddir)'])
|
||||||
|
|
||||||
PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
|
|
||||||
AC_SUBST(PROJECT_ROOT)
|
|
||||||
|
|
||||||
AC_MSG_CHECKING([for RTEMS Version])
|
|
||||||
AC_MSG_RESULT([_RTEMS_VERSION])
|
|
||||||
|
|
||||||
AC_SUBST([dirstamp],[\${am__leading_dot}dirstamp])
|
AC_SUBST([dirstamp],[\${am__leading_dot}dirstamp])
|
||||||
])dnl
|
])dnl
|
||||||
|
|||||||
Reference in New Issue
Block a user