diff --git a/ChangeLog b/ChangeLog index 39c01ddc3e..a07b08f544 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-06 Ralf Corsepius + + * configure.ac: Remove AC_CONFIG_AUX_DIR. + * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR. + 2003-02-28 Ralf Corsepius * bootstrap: Add ACLOCAL, AUTOHEADER. 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])