summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/rtems-top.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 21:38:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 21:38:43 +0000
commitc17ed71126def385fe0939803048d4912e2a2931 (patch)
tree292c4c81b381013de2bf6cd9ccced1caeac27655 /testsuites/aclocal/rtems-top.m4
parent2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c17ed71126def385fe0939803048d4912e2a2931.tar.bz2
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Add $(ARCH)/$(dirstamp) rules. * aclocal/lead-dot.m4: New (from automake-1.7f). * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add AC_SUBST(dirstamp).
Diffstat (limited to '')
-rw-r--r--testsuites/aclocal/rtems-top.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/aclocal/rtems-top.m4 b/testsuites/aclocal/rtems-top.m4
index 9dbcbbdb00..86720143a1 100644
--- a/testsuites/aclocal/rtems-top.m4
+++ b/testsuites/aclocal/rtems-top.m4
@@ -10,6 +10,7 @@ dnl
AC_DEFUN([RTEMS_TOP],
[dnl
AC_REQUIRE([RTEMS_VERSIONING])
+AC_REQUIRE([AM_SET_LEADING_DOT])
AC_CONFIG_AUX_DIR([$1])
AC_CHECK_PROGS(MAKE, gmake make)
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
@@ -39,4 +40,6 @@ AC_SUBST(PROJECT_TOPdir)
PROJECT_ROOT="${with_project_root}${RTEMS_TOPdir}/\$(top_builddir)"
AC_SUBST(PROJECT_ROOT)
+
+AC_SUBST([dirstamp],[\${am__leading_dot}dirstamp])
])dnl