summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-06 10:49:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-06 10:49:13 +0000
commit0f1ee002e1a10cab082f2c13531b63c8809ecc7b (patch)
treee3af7cc68b4140625e7610fe18944f5c7484b056 /aclocal
parent2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0f1ee002e1a10cab082f2c13531b63c8809ecc7b.tar.bz2
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR. * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/rtems-top.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/rtems-top.m4 b/aclocal/rtems-top.m4
index 5888d58253..bdb79ed5e6 100644
--- a/aclocal/rtems-top.m4
+++ b/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])