summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1999-06-23 09:57:55 +0000
committercls%seawood.org <devnull@localhost>1999-06-23 09:57:55 +0000
commitd3637caf244c4d2d3ccadfa5575e5599ccd70ec1 (patch)
tree50250ceccf93c980fab21a8d4d280a37967956ec
parent48a1bdd1b8540697b9a605f5c11b276a220b7944 (diff)
downloadnspr-hg-d3637caf244c4d2d3ccadfa5575e5599ccd70ec1.tar.gz
More tweaks. Actually managed to get static libs compiled via ./configure; make..using separate objdir,of course.
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e8b605a2..8b686f9b 100644
--- a/configure.in
+++ b/configure.in
@@ -56,7 +56,9 @@ AC_PROG_CPP
AC_PROG_CXXCPP
AC_PROG_INSTALL
AC_PROG_LN_S
+AC_PROG_RANLIB
AC_PATH_PROGS(PERL, perl5 perl, :)
+AC_PATH_PROGS(AR, ar, :)
if test "$cross_compiling" = "no"; then
if test "$HOSTCC" = ""; then
@@ -90,6 +92,7 @@ case "$target" in
MDCPUCFG_H=_linux.cfg
PR_MD_CSRCS=linux.c
PR_MD_ASFILES=
+ PR_MD_ARCH_DIR=unix
if test "$USE_PTHREADS" = 1 ; then
CFLAGS="$CFLAGS -D_REENTRANT"
else
@@ -195,8 +198,12 @@ AC_SUBST(USE_CPLUS)
AC_SUBST(USE_IPV6)
AC_SUBST(PR_MD_CSRCS)
AC_SUBST(PR_MD_ASFILES)
+AC_SUBST(PR_MD_ARCH_DIR)
AC_SUBST(DEFS)
+AC_SUBST(AR)
+AC_SUBST(RANLIB)
+AC_SUBST(PERL)
AC_OUTPUT(
Makefile