summaryrefslogtreecommitdiff
path: root/shmem
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-10-05 05:42:06 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-10-05 05:42:06 +0000
commite298cb3ff541451594e8737808e745f63eebbc0b (patch)
tree393c021b9f20562a071ffec936cc45e1e02d4020 /shmem
parent77052c879518417fb46dba42d2c068def413d672 (diff)
downloadlibapr-e298cb3ff541451594e8737808e745f63eebbc0b.tar.gz
Multiple build and configuration fixes
Build process: -add datadir and localstatedir substitutions -fix layout name -fix logfilename misspelling -fix evaluation of installation dir variables and -replace $foobar by $(foobar) to be usefull in the makefile Cross compile: -add rules for cross-compiling in rules.mk. Okay, rule to check for $CC_FOR_BUILD is still missing -use CHECK_TOOL instead of CHECK_PROG for ranlib -add missing "AR=@AR@" to severaly Makefile.in's -cache result for "struct rlimit" -compile all helper programs with native and cross compiler and use the native version to generate header file PR: 6384 Submitted by: "R�diger" Kuhlmann <Tadu@gmx.de> Reviewed by: Ryan Bloom git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'shmem')
-rw-r--r--shmem/unix/Makefile.in1
-rw-r--r--shmem/unix/mm/configure.in2
2 files changed, 3 insertions, 0 deletions
diff --git a/shmem/unix/Makefile.in b/shmem/unix/Makefile.in
index b2156bde2..aed93d98b 100644
--- a/shmem/unix/Makefile.in
+++ b/shmem/unix/Makefile.in
@@ -5,6 +5,7 @@
RM=@RM@
CC=@CC@
+AR=@AR@
RANLIB=@RANLIB@
CFLAGS=@CFLAGS@ @OPTIM@
LIBS=@LIBS@
diff --git a/shmem/unix/mm/configure.in b/shmem/unix/mm/configure.in
index 4891bab4c..eff9016f7 100644
--- a/shmem/unix/mm/configure.in
+++ b/shmem/unix/mm/configure.in
@@ -10,6 +10,7 @@ AC_PREREQ(2.12)dnl
AC_REVISION($1.0$)dnl
dnl # autoconf initialization
+AC_CONFIG_AUX_DIR(../../../helpers)
AC_INIT(README)
AC_CONFIG_HEADER(mm_conf.h)
AC_PREFIX_DEFAULT(/usr/local)
@@ -50,6 +51,7 @@ dnl #
AC_CONFIGURE_PART(Build Tools)
AC_PROG_CC
AC_PROG_CPP
+#AC_CHECK_TOOL(RANLIB, ranlib, true)
AC_CHECK_DEBUGGING
AC_SET_MAKE
AC_PROG_LIBTOOL