summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-27 04:00:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-27 04:00:20 +0000
commitda8f88a23e3b6e48ab3a91d7014903f1137d7e05 (patch)
treed11bdc4b6ee0039adffd703a6e4dc71ec3dc2e2d /cpukit/posix
parent2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-da8f88a23e3b6e48ab3a91d7014903f1137d7e05.tar.bz2
2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use AC_CONFIG_AUX_DIR(../..). Add AC_PROG_RANLIB.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/ChangeLog5
-rw-r--r--cpukit/posix/configure.ac3
2 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index 4eeb065d2f..f34e50db8a 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/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/cpukit/posix/configure.ac b/cpukit/posix/configure.ac
index 726bed45f7..b1afdd9e98 100644
--- a/cpukit/posix/configure.ac
+++ b/cpukit/posix/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ(2.52)
AC_INIT([rtems-c-src-exec-posix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([src/pthread.c])
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_MULTIPROCESSING
RTEMS_CHECK_POSIX_API