summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/itron')
-rw-r--r--c/src/exec/itron/ChangeLog5
-rw-r--r--c/src/exec/itron/configure.ac3
2 files changed, 7 insertions, 1 deletions
diff --git a/c/src/exec/itron/ChangeLog b/c/src/exec/itron/ChangeLog
index c921e79d00..7a77cdf81f 100644
--- a/c/src/exec/itron/ChangeLog
+++ b/c/src/exec/itron/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
+ Add AC_PROG_RANLIB.
+
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove references to RTEMS_BSP.
diff --git a/c/src/exec/itron/configure.ac b/c/src/exec/itron/configure.ac
index 6b9e857339..a787fd700d 100644
--- a/c/src/exec/itron/configure.ac
+++ b/c/src/exec/itron/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ(2.52)
AC_INIT([rtems-c-src-exec-itron],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([include/itronsys])
RTEMS_TOP(../../../..)
-AC_CONFIG_AUX_DIR(../../../..)
+AC_CONFIG_AUX_DIR(../..)
RTEMS_CANONICAL_TARGET_CPU
@@ -25,6 +25,7 @@ RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
+AC_PROG_RANLIB
RTEMS_CHECK_ITRON_API