summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-06 09:38:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-06 09:38:10 +0000
commit45633aa3ed8f1d019a9c861f96ef7f003d089e77 (patch)
tree8c2bf99fa38318dfb68a0191110921a2af7c2a24 /cpukit/aclocal
parent2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-45633aa3ed8f1d019a9c861f96ef7f003d089e77.tar.bz2
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR. * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/rtems-top.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4
index 25572244d3..f8c3fc90ec 100644
--- a/cpukit/aclocal/rtems-top.m4
+++ b/cpukit/aclocal/rtems-top.m4
@@ -8,8 +8,8 @@ dnl
AC_DEFUN(RTEMS_TOP,
[dnl
AC_REQUIRE([RTEMS_VERSIONING])
+AC_CONFIG_AUX_DIR([$1])
AC_CHECK_PROGS(MAKE, gmake make)
-AC_BEFORE([$0], [AC_CONFIG_AUX_DIR])dnl
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
AC_PREFIX_DEFAULT([/opt/rtems])