summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/configure.ac
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 /c/src/exec/posix/configure.ac
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 'c/src/exec/posix/configure.ac')
-rw-r--r--c/src/exec/posix/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/exec/posix/configure.ac b/c/src/exec/posix/configure.ac
index 726bed45f7..b1afdd9e98 100644
--- a/c/src/exec/posix/configure.ac
+++ b/c/src/exec/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