588a63d
Index: directory/c-sdk/configure.in
588a63d
===================================================================
588a63d
RCS file: /cvsroot/mozilla/directory/c-sdk/configure.in,v
588a63d
retrieving revision 5.0.2.28
588a63d
diff -u -r5.0.2.28 configure.in
588a63d
--- directory/c-sdk/configure.in	26 Aug 2004 23:03:00 -0000	5.0.2.28
588a63d
+++ directory/c-sdk/configure.in	28 Apr 2005 21:23:12 -0000
588a63d
@@ -43,6 +43,7 @@
588a63d
 dnl ========================================================
588a63d
 dnl = Defaults
588a63d
 dnl ========================================================
588a63d
+NSPR_VERSION=4
588a63d
 _HAVE_PTHREADS=
588a63d
 USE_PTHREADS=
588a63d
 USE_USER_PTHREADS=
588a63d
@@ -217,29 +223,27 @@
588a63d
 AC_ARG_WITH(system-nspr,
588a63d
     [  --with-system-nspr   Use system installed NSPR],
588a63d
     [   if test "$withval" = "yes"; then
588a63d
-            _NO_NSPR=
588a63d
+            _SYSTEM_NSPR=1
588a63d
 	    else
588a63d
-            _NO_NSPR=1
588a63d
-	    fi])
588a63d
+            _SYSTEM_NSPR=
588a63d
+	    fi], _SYSTEM_NSPR= )
588a63d
 
588a63d
 if test "$_WIN32_MSVC"; then
588a63d
-    _NO_NSPR=1
588a63d
+    _SYSTEM_NSPR=
588a63d
 fi
588a63d
 	
588a63d
-if test -z "$_NO_NSPR"; then
588a63d
+if test -n "$_SYSTEM_NSPR"; then
588a63d
     AM_PATH_NSPR(4.0.0, [MOZ_NATIVE_NSPR=1], [MOZ_NATIVE_NSPR=])
588a63d
 fi
588a63d
 
588a63d
 if test -z "$MOZ_NATIVE_NSPR"; then
588a63d
-    NSPR_CFLAGS='`$(NSDEPTH)/nsprpub/config/nspr-config --prefix=$(DIST) --cflags`'
588a63d
+    NSPR_CFLAGS='-I$(DIST)/include/nspr'
588a63d
+    NSPR_LIBS='-L$(DIST)/lib '"-lplds$NSPR_VERSION -lplc$NSPR_VERSION -lnspr$NSPR_VERSION"
588a63d
     # explicitly set libs for Visual Age C++ for OS/2
588a63d
     if test "$VACPP" = "yes"; then
588a63d
         NSPR_LIBS='$(DIST)/lib/nspr'$NSPR_VERSION'.lib $(DIST)/lib/plc'$NSPR_VERSION'.lib $(DIST)/lib/plds'$NSPR_VERSION'.lib '$_PTHREAD_LDFLAGS''
588a63d
     elif test "$_WIN32_MSVC"; then
588a63d
             NSPR_LIBS='$(DIST)/lib/nspr'$NSPR_VERSION'.lib $(DIST)/lib/plc'$NSPR_VERSION'.lib $(DIST)/lib/plds'$NSPR_VERSION'.lib '
588a63d
-            NSPR_CFLAGS='-I$(DIST)/include/nspr'
588a63d
-    else
588a63d
-        NSPR_LIBS='`$(NSDEPTH)/nsprpub/config/nspr-config --prefix=$(DIST) --libs`'
588a63d
     fi
588a63d
 fi
588a63d
 
588a63d
Index: directory/c-sdk/config/autoconf.mk.in
588a63d
===================================================================
588a63d
RCS file: /cvsroot/mozilla/directory/c-sdk/config/autoconf.mk.in,v
588a63d
retrieving revision 5.0.2.3
588a63d
diff -u -r5.0.2.3 autoconf.mk.in
588a63d
--- directory/c-sdk/config/autoconf.mk.in	7 Mar 2003 20:57:13 -0000	5.0.2.3
588a63d
+++ directory/c-sdk/config/autoconf.mk.in	28 Apr 2005 21:23:12 -0000
588a63d
@@ -45,6 +45,9 @@
588a63d
 PTHREADS_USER	= @USE_USER_PTHREADS@
588a63d
 CLASSIC_NSPR	= @USE_NSPR_THREADS@
588a63d
 
588a63d
+NSPR_CFLAGS	= @NSPR_CFLAGS@
588a63d
+NSPR_LIBS	= @NSPR_LIBS@
588a63d
+
588a63d
 AS		= @AS@
588a63d
 ASFLAGS		= @ASFLAGS@
588a63d
 CC		= @CC@
588a63d
Index: directory/c-sdk/ldap/include/Makefile.in
588a63d
===================================================================
588a63d
RCS file: /cvsroot/mozilla/directory/c-sdk/ldap/include/Makefile.in,v
588a63d
retrieving revision 5.0.2.4
588a63d
diff -u -r5.0.2.4 Makefile.in
588a63d
--- directory/c-sdk/ldap/include/Makefile.in	24 Apr 2002 23:03:25 -0000	5.0.2.4
588a63d
+++ directory/c-sdk/ldap/include/Makefile.in	28 Apr 2005 21:23:12 -0000
588a63d
@@ -63,7 +63,6 @@
588a63d
 
588a63d
 INCLUDEDIR	= $(DIST)/public/ldap
588a63d
 PRIVATEINCDIR	= $(DIST)/public/ldap-private
588a63d
-NSPRINCDIR	= $(DIST)/public/ldap-nspr
588a63d
 GENHEADERS	= $(addprefix $(INCLUDEDIR)/, $(GENERATED_HEADERS))
588a63d
 
588a63d
 GARBAGE		+= sdkver.h dirver.h $(GENHEADERS)
588a63d
@@ -72,11 +71,8 @@
588a63d
 
588a63d
 all export::	$(INCLUDEDIR) $(GENHEADERS)
588a63d
 	$(NSINSTALL) -D $(PRIVATEINCDIR)
588a63d
-	$(NSINSTALL) -D $(NSPRINCDIR)
588a63d
 	$(INSTALL) $(INSTALLFLAGS) -m 644 $(HEADERS) $(INCLUDEDIR)
588a63d
 	$(INSTALL) $(INSTALLFLAGS) -m 644 $(PRIVATEHEADERS) $(PRIVATEINCDIR)
588a63d
-	rm -rf $(NSPRINCDIR)/*
588a63d
-	cp -r $(DIST)/$(OBJDIR_NAME)/include/nspr/* $(NSPRINCDIR)
588a63d
 
588a63d
 $(INCLUDEDIR):	FORCE
588a63d
 	$(NSINSTALL) -D $(INCLUDEDIR)
588a63d
Index: directory/c-sdk/ldap/libraries/libprldap/Makefile.in
588a63d
===================================================================
588a63d
RCS file: /cvsroot/mozilla/directory/c-sdk/ldap/libraries/libprldap/Makefile.in,v
588a63d
retrieving revision 5.0.2.16
588a63d
diff -u -r5.0.2.16 Makefile.in
588a63d
--- directory/c-sdk/ldap/libraries/libprldap/Makefile.in	10 Mar 2004 18:47:26 -0000	5.0.2.16
588a63d
+++ directory/c-sdk/ldap/libraries/libprldap/Makefile.in	28 Apr 2005 21:23:12 -0000
588a63d
@@ -56,9 +56,9 @@
588a63d
 
588a63d
 GARBAGE 	+= $(LIBPRLDAP) $(DLLPRLDAP)
588a63d
 
588a63d
-LOCAL_INCLUDES  = -I$(PUBLIC)/nspr
588a63d
+LOCAL_INCLUDES  = 
588a63d
 INCLUDES	+= -I$(DISTHDIR) -I$(HDIR) -I$(INSTALLDIR)/include \
588a63d
-                   -I$(DIST)/include/nspr
588a63d
+		   $(NSPR_CFLAGS)
588a63d
 DEFINES		+= $(DEFS)
588a63d
 
588a63d
 PLATFORMCFLAGS	= -DUSE_WAITPID -DNEEDPROTOS
588a63d
Index: directory/c-sdk/configure
588a63d
===================================================================
588a63d
RCS file: /cvsroot/mozilla/directory/c-sdk/configure,v
588a63d
retrieving revision 5.0.2.25.2.1
588a63d
diff -d -u -p -r5.0.2.25.2.1 configure
588a63d
--- directory/c-sdk/configure	14 Sep 2004 21:14:38 -0000	5.0.2.25.2.1
588a63d
+++ directory/c-sdk/configure	12 Jul 2005 22:23:32 -0000
588a63d
@@ -682,6 +682,7 @@ test "$host_alias" != "$target_alias" &&
588a63d
   program_prefix=${target_alias}-
588a63d
 
588a63d
 
588a63d
+NSPR_VERSION=4
588a63d
 _HAVE_PTHREADS=
588a63d
 USE_PTHREADS=
588a63d
 USE_USER_PTHREADS=
588a63d
@@ -718,7 +719,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:722: checking for $ac_word" >&5
588a63d
+echo "configure:723: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -903,18 +904,20 @@ fi
588a63d
 if test "${with_system_nspr+set}" = set; then
588a63d
   withval="$with_system_nspr"
588a63d
      if test "$withval" = "yes"; then
588a63d
-            _NO_NSPR=
588a63d
+            _SYSTEM_NSPR=1
588a63d
 	    else
588a63d
-            _NO_NSPR=1
588a63d
+            _SYSTEM_NSPR=
588a63d
 	    fi
588a63d
+else
588a63d
+  _SYSTEM_NSPR= 
588a63d
 fi
588a63d
 
588a63d
 
588a63d
 if test "$_WIN32_MSVC"; then
588a63d
-    _NO_NSPR=1
588a63d
+    _SYSTEM_NSPR=
588a63d
 fi
588a63d
 	
588a63d
-if test -z "$_NO_NSPR"; then
588a63d
+if test -n "$_SYSTEM_NSPR"; then
588a63d
     
588a63d
 # Check whether --with-nspr-prefix or --without-nspr-prefix was given.
588a63d
 if test "${with_nspr_prefix+set}" = set; then
588a63d
@@ -951,7 +954,7 @@ fi
588a63d
 	# Extract the first word of "nspr-config", so it can be a program name with args.
588a63d
 set dummy nspr-config; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:955: checking for $ac_word" >&5
588a63d
+echo "configure:958: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_path_NSPR_CONFIG'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -986,7 +989,7 @@ fi
588a63d
 
588a63d
 	min_nspr_version=4.0.0
588a63d
 	echo $ac_n "checking for NSPR - version >= $min_nspr_version (skipping)""... $ac_c" 1>&6
588a63d
-echo "configure:990: checking for NSPR - version >= $min_nspr_version (skipping)" >&5
588a63d
+echo "configure:993: checking for NSPR - version >= $min_nspr_version (skipping)" >&5
588a63d
 
588a63d
 	no_nspr=""
588a63d
 	if test "$NSPR_CONFIG" = "no"; then
588a63d
@@ -1018,15 +1021,13 @@ echo "configure:990: checking for NSPR -
588a63d
 fi
588a63d
 
588a63d
 if test -z "$MOZ_NATIVE_NSPR"; then
588a63d
-    NSPR_CFLAGS='`$(NSDEPTH)/nsprpub/config/nspr-config --prefix=$(DIST) --cflags`'
588a63d
+    NSPR_CFLAGS='-I$(DIST)/include/nspr'
588a63d
+    NSPR_LIBS='-L$(DIST)/lib '"-lplds$NSPR_VERSION -lplc$NSPR_VERSION -lnspr$NSPR_VERSION"
588a63d
     # explicitly set libs for Visual Age C++ for OS/2
588a63d
     if test "$VACPP" = "yes"; then
588a63d
         NSPR_LIBS='$(DIST)/lib/nspr'$NSPR_VERSION'.lib $(DIST)/lib/plc'$NSPR_VERSION'.lib $(DIST)/lib/plds'$NSPR_VERSION'.lib '$_PTHREAD_LDFLAGS''
588a63d
     elif test "$_WIN32_MSVC"; then
588a63d
             NSPR_LIBS='$(DIST)/lib/nspr'$NSPR_VERSION'.lib $(DIST)/lib/plc'$NSPR_VERSION'.lib $(DIST)/lib/plds'$NSPR_VERSION'.lib '
588a63d
-            NSPR_CFLAGS='-I$(DIST)/include/nspr'
588a63d
-    else
588a63d
-        NSPR_LIBS='`$(NSDEPTH)/nsprpub/config/nspr-config --prefix=$(DIST) --libs`'
588a63d
     fi
588a63d
 fi
588a63d
 
588a63d
@@ -1119,7 +1120,7 @@ if test -z "$SKIP_PATH_CHECKS"; then
588a63d
     # Extract the first word of "$WHOAMI whoami", so it can be a program name with args.
588a63d
 set dummy $WHOAMI whoami; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1123: checking for $ac_word" >&5
588a63d
+echo "configure:1124: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_path_WHOAMI'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1194,13 +1195,13 @@ if test "$target" != "$host"; then
588a63d
     _SAVE_LDFLAGS="$LDFLAGS"
588a63d
 
588a63d
     echo $ac_n "checking for $host compiler""... $ac_c" 1>&6
588a63d
-echo "configure:1198: checking for $host compiler" >&5
588a63d
+echo "configure:1199: checking for $host compiler" >&5
588a63d
     for ac_prog in gcc cc /usr/ucb/cc
588a63d
 do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1204: checking for $ac_word" >&5
588a63d
+echo "configure:1205: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_HOST_CC'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1246,16 +1247,16 @@ test -n "$HOST_CC" || HOST_CC=""""
588a63d
     LDFLAGS="$HOST_LDFLAGS"
588a63d
 
588a63d
     echo $ac_n "checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works""... $ac_c" 1>&6
588a63d
-echo "configure:1250: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5
588a63d
+echo "configure:1251: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5
588a63d
     cat > conftest.$ac_ext <
588a63d
-#line 1252 "configure"
588a63d
+#line 1253 "configure"
588a63d
 #include "confdefs.h"
588a63d
 
588a63d
 int main() {
588a63d
 return(0);
588a63d
 ; return 0; }
588a63d
 EOF
588a63d
-if { (eval echo configure:1259: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
588a63d
+if { (eval echo configure:1260: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
588a63d
   rm -rf conftest*
588a63d
   ac_cv_prog_host_cc_works=1 echo "$ac_t""yes" 1>&6
588a63d
 else
588a63d
@@ -1275,7 +1276,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1279: checking for $ac_word" >&5
588a63d
+echo "configure:1280: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1309,7 +1310,7 @@ test -n "$CC" || CC="echo"
588a63d
     # Extract the first word of "gcc", so it can be a program name with args.
588a63d
 set dummy gcc; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1313: checking for $ac_word" >&5
588a63d
+echo "configure:1314: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1339,7 +1340,7 @@ if test -z "$CC"; then
588a63d
   # Extract the first word of "cc", so it can be a program name with args.
588a63d
 set dummy cc; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1343: checking for $ac_word" >&5
588a63d
+echo "configure:1344: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1390,7 +1391,7 @@ fi
588a63d
       # Extract the first word of "cl", so it can be a program name with args.
588a63d
 set dummy cl; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1394: checking for $ac_word" >&5
588a63d
+echo "configure:1395: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1422,7 +1423,7 @@ fi
588a63d
 fi
588a63d
 
588a63d
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
588a63d
-echo "configure:1426: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
588a63d
+echo "configure:1427: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
588a63d
 
588a63d
 ac_ext=c
588a63d
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
588a63d
@@ -1433,12 +1434,12 @@ cross_compiling=$ac_cv_prog_cc_cross
588a63d
 
588a63d
 cat > conftest.$ac_ext << EOF
588a63d
 
588a63d
-#line 1437 "configure"
588a63d
+#line 1438 "configure"
588a63d
 #include "confdefs.h"
588a63d
 
588a63d
 main(){return(0);}
588a63d
 EOF
588a63d
-if { (eval echo configure:1442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
+if { (eval echo configure:1443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
   ac_cv_prog_cc_works=yes
588a63d
   # If we can't run a trivial program, we are probably using a cross compiler.
588a63d
   if (./conftest; exit) 2>/dev/null; then
588a63d
@@ -1464,12 +1465,12 @@ if test $ac_cv_prog_cc_works = no; then
588a63d
   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
588a63d
 fi
588a63d
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
588a63d
-echo "configure:1468: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
588a63d
+echo "configure:1469: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
588a63d
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
588a63d
 cross_compiling=$ac_cv_prog_cc_cross
588a63d
 
588a63d
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
588a63d
-echo "configure:1473: checking whether we are using GNU C" >&5
588a63d
+echo "configure:1474: checking whether we are using GNU C" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1478,7 +1479,7 @@ else
588a63d
   yes;
588a63d
 #endif
588a63d
 EOF
588a63d
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1482: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
588a63d
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1483: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
588a63d
   ac_cv_prog_gcc=yes
588a63d
 else
588a63d
   ac_cv_prog_gcc=no
588a63d
@@ -1497,7 +1498,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
588a63d
 ac_save_CFLAGS="$CFLAGS"
588a63d
 CFLAGS=
588a63d
 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
588a63d
-echo "configure:1501: checking whether ${CC-cc} accepts -g" >&5
588a63d
+echo "configure:1502: checking whether ${CC-cc} accepts -g" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1533,7 +1534,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1537: checking for $ac_word" >&5
588a63d
+echo "configure:1538: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1569,7 +1570,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1573: checking for $ac_word" >&5
588a63d
+echo "configure:1574: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1601,7 +1602,7 @@ test -n "$CXX" || CXX="gcc"
588a63d
 
588a63d
 
588a63d
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
588a63d
-echo "configure:1605: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
588a63d
+echo "configure:1606: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
588a63d
 
588a63d
 ac_ext=C
588a63d
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
588a63d
@@ -1612,12 +1613,12 @@ cross_compiling=$ac_cv_prog_cxx_cross
588a63d
 
588a63d
 cat > conftest.$ac_ext << EOF
588a63d
 
588a63d
-#line 1616 "configure"
588a63d
+#line 1617 "configure"
588a63d
 #include "confdefs.h"
588a63d
 
588a63d
 int main(){return(0);}
588a63d
 EOF
588a63d
-if { (eval echo configure:1621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
+if { (eval echo configure:1622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
   ac_cv_prog_cxx_works=yes
588a63d
   # If we can't run a trivial program, we are probably using a cross compiler.
588a63d
   if (./conftest; exit) 2>/dev/null; then
588a63d
@@ -1643,12 +1644,12 @@ if test $ac_cv_prog_cxx_works = no; then
588a63d
   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
588a63d
 fi
588a63d
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
588a63d
-echo "configure:1647: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
588a63d
+echo "configure:1648: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
588a63d
 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
588a63d
 cross_compiling=$ac_cv_prog_cxx_cross
588a63d
 
588a63d
 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
588a63d
-echo "configure:1652: checking whether we are using GNU C++" >&5
588a63d
+echo "configure:1653: checking whether we are using GNU C++" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1657,7 +1658,7 @@ else
588a63d
   yes;
588a63d
 #endif
588a63d
 EOF
588a63d
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1661: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
588a63d
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1662: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
588a63d
   ac_cv_prog_gxx=yes
588a63d
 else
588a63d
   ac_cv_prog_gxx=no
588a63d
@@ -1676,7 +1677,7 @@ ac_test_CXXFLAGS="${CXXFLAGS+set}"
588a63d
 ac_save_CXXFLAGS="$CXXFLAGS"
588a63d
 CXXFLAGS=
588a63d
 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
588a63d
-echo "configure:1680: checking whether ${CXX-g++} accepts -g" >&5
588a63d
+echo "configure:1681: checking whether ${CXX-g++} accepts -g" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1717,7 +1718,7 @@ for ac_declaration in \
588a63d
    'void exit (int);'
588a63d
 do
588a63d
   cat > conftest.$ac_ext <
588a63d
-#line 1721 "configure"
588a63d
+#line 1722 "configure"
588a63d
 #include "confdefs.h"
588a63d
 #include <stdlib.h>
588a63d
 $ac_declaration
588a63d
@@ -1725,7 +1726,7 @@ int main() {
588a63d
 exit (42);
588a63d
 ; return 0; }
588a63d
 EOF
588a63d
-if { (eval echo configure:1729: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
588a63d
+if { (eval echo configure:1730: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
588a63d
   :
588a63d
 else
588a63d
   echo "configure: failed program was:" >&5
588a63d
@@ -1735,14 +1736,14 @@ else
588a63d
 fi
588a63d
 rm -f conftest*
588a63d
   cat > conftest.$ac_ext <
588a63d
-#line 1739 "configure"
588a63d
+#line 1740 "configure"
588a63d
 #include "confdefs.h"
588a63d
 $ac_declaration
588a63d
 int main() {
588a63d
 exit (42);
588a63d
 ; return 0; }
588a63d
 EOF
588a63d
-if { (eval echo configure:1746: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
588a63d
+if { (eval echo configure:1747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
588a63d
   rm -rf conftest*
588a63d
   break
588a63d
 else
588a63d
@@ -1763,7 +1764,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1767: checking for $ac_word" >&5
588a63d
+echo "configure:1768: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1798,7 +1799,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1802: checking for $ac_word" >&5
588a63d
+echo "configure:1803: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1833,7 +1834,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1837: checking for $ac_word" >&5
588a63d
+echo "configure:1838: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1868,7 +1869,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1872: checking for $ac_word" >&5
588a63d
+echo "configure:1873: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1903,7 +1904,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1907: checking for $ac_word" >&5
588a63d
+echo "configure:1908: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1938,7 +1939,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1942: checking for $ac_word" >&5
588a63d
+echo "configure:1943: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -1975,7 +1976,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:1979: checking for $ac_word" >&5
588a63d
+echo "configure:1980: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2007,7 +2008,7 @@ test -n "$CXX" || CXX="gcc"
588a63d
 
588a63d
 
588a63d
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
588a63d
-echo "configure:2011: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
588a63d
+echo "configure:2012: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
588a63d
 
588a63d
 ac_ext=C
588a63d
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
588a63d
@@ -2018,12 +2019,12 @@ cross_compiling=$ac_cv_prog_cxx_cross
588a63d
 
588a63d
 cat > conftest.$ac_ext << EOF
588a63d
 
588a63d
-#line 2022 "configure"
588a63d
+#line 2023 "configure"
588a63d
 #include "confdefs.h"
588a63d
 
588a63d
 int main(){return(0);}
588a63d
 EOF
588a63d
-if { (eval echo configure:2027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
+if { (eval echo configure:2028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
   ac_cv_prog_cxx_works=yes
588a63d
   # If we can't run a trivial program, we are probably using a cross compiler.
588a63d
   if (./conftest; exit) 2>/dev/null; then
588a63d
@@ -2049,12 +2050,12 @@ if test $ac_cv_prog_cxx_works = no; then
588a63d
   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
588a63d
 fi
588a63d
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
588a63d
-echo "configure:2053: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
588a63d
+echo "configure:2054: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
588a63d
 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
588a63d
 cross_compiling=$ac_cv_prog_cxx_cross
588a63d
 
588a63d
 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
588a63d
-echo "configure:2058: checking whether we are using GNU C++" >&5
588a63d
+echo "configure:2059: checking whether we are using GNU C++" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2063,7 +2064,7 @@ else
588a63d
   yes;
588a63d
 #endif
588a63d
 EOF
588a63d
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2067: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
588a63d
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2068: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
588a63d
   ac_cv_prog_gxx=yes
588a63d
 else
588a63d
   ac_cv_prog_gxx=no
588a63d
@@ -2082,7 +2083,7 @@ ac_test_CXXFLAGS="${CXXFLAGS+set}"
588a63d
 ac_save_CXXFLAGS="$CXXFLAGS"
588a63d
 CXXFLAGS=
588a63d
 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
588a63d
-echo "configure:2086: checking whether ${CXX-g++} accepts -g" >&5
588a63d
+echo "configure:2087: checking whether ${CXX-g++} accepts -g" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2123,7 +2124,7 @@ for ac_declaration in \
588a63d
    'void exit (int);'
588a63d
 do
588a63d
   cat > conftest.$ac_ext <
588a63d
-#line 2127 "configure"
588a63d
+#line 2128 "configure"
588a63d
 #include "confdefs.h"
588a63d
 #include <stdlib.h>
588a63d
 $ac_declaration
588a63d
@@ -2131,7 +2132,7 @@ int main() {
588a63d
 exit (42);
588a63d
 ; return 0; }
588a63d
 EOF
588a63d
-if { (eval echo configure:2135: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
588a63d
+if { (eval echo configure:2136: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
588a63d
   :
588a63d
 else
588a63d
   echo "configure: failed program was:" >&5
588a63d
@@ -2141,14 +2142,14 @@ else
588a63d
 fi
588a63d
 rm -f conftest*
588a63d
   cat > conftest.$ac_ext <
588a63d
-#line 2145 "configure"
588a63d
+#line 2146 "configure"
588a63d
 #include "confdefs.h"
588a63d
 $ac_declaration
588a63d
 int main() {
588a63d
 exit (42);
588a63d
 ; return 0; }
588a63d
 EOF
588a63d
-if { (eval echo configure:2152: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
588a63d
+if { (eval echo configure:2153: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
588a63d
   rm -rf conftest*
588a63d
   break
588a63d
 else
588a63d
@@ -2170,7 +2171,7 @@ fi
588a63d
         # Extract the first word of "gcc", so it can be a program name with args.
588a63d
 set dummy gcc; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:2174: checking for $ac_word" >&5
588a63d
+echo "configure:2175: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2200,7 +2201,7 @@ if test -z "$CC"; then
588a63d
   # Extract the first word of "cc", so it can be a program name with args.
588a63d
 set dummy cc; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:2204: checking for $ac_word" >&5
588a63d
+echo "configure:2205: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2251,7 +2252,7 @@ fi
588a63d
       # Extract the first word of "cl", so it can be a program name with args.
588a63d
 set dummy cl; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:2255: checking for $ac_word" >&5
588a63d
+echo "configure:2256: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2283,7 +2284,7 @@ fi
588a63d
 fi
588a63d
 
588a63d
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
588a63d
-echo "configure:2287: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
588a63d
+echo "configure:2288: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
588a63d
 
588a63d
 ac_ext=c
588a63d
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
588a63d
@@ -2294,12 +2295,12 @@ cross_compiling=$ac_cv_prog_cc_cross
588a63d
 
588a63d
 cat > conftest.$ac_ext << EOF
588a63d
 
588a63d
-#line 2298 "configure"
588a63d
+#line 2299 "configure"
588a63d
 #include "confdefs.h"
588a63d
 
588a63d
 main(){return(0);}
588a63d
 EOF
588a63d
-if { (eval echo configure:2303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
+if { (eval echo configure:2304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
   ac_cv_prog_cc_works=yes
588a63d
   # If we can't run a trivial program, we are probably using a cross compiler.
588a63d
   if (./conftest; exit) 2>/dev/null; then
588a63d
@@ -2325,12 +2326,12 @@ if test $ac_cv_prog_cc_works = no; then
588a63d
   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
588a63d
 fi
588a63d
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
588a63d
-echo "configure:2329: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
588a63d
+echo "configure:2330: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
588a63d
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
588a63d
 cross_compiling=$ac_cv_prog_cc_cross
588a63d
 
588a63d
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
588a63d
-echo "configure:2334: checking whether we are using GNU C" >&5
588a63d
+echo "configure:2335: checking whether we are using GNU C" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2339,7 +2340,7 @@ else
588a63d
   yes;
588a63d
 #endif
588a63d
 EOF
588a63d
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2343: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
588a63d
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
588a63d
   ac_cv_prog_gcc=yes
588a63d
 else
588a63d
   ac_cv_prog_gcc=no
588a63d
@@ -2358,7 +2359,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
588a63d
 ac_save_CFLAGS="$CFLAGS"
588a63d
 CFLAGS=
588a63d
 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
588a63d
-echo "configure:2362: checking whether ${CC-cc} accepts -g" >&5
588a63d
+echo "configure:2363: checking whether ${CC-cc} accepts -g" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2391,7 +2392,7 @@ fi
588a63d
 
588a63d
     fi
588a63d
     echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
588a63d
-echo "configure:2395: checking how to run the C preprocessor" >&5
588a63d
+echo "configure:2396: checking how to run the C preprocessor" >&5
588a63d
 # On Suns, sometimes $CPP names a directory.
588a63d
 if test -n "$CPP" && test -d "$CPP"; then
588a63d
   CPP=
588a63d
@@ -2406,13 +2407,13 @@ else
588a63d
   # On the NeXT, cc -E runs the code through the compiler's parser,
588a63d
   # not just through cpp.
588a63d
   cat > conftest.$ac_ext <
588a63d
-#line 2410 "configure"
588a63d
+#line 2411 "configure"
588a63d
 #include "confdefs.h"
588a63d
 #include <assert.h>
588a63d
 Syntax Error
588a63d
 EOF
588a63d
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
588a63d
-{ (eval echo configure:2416: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
588a63d
+{ (eval echo configure:2417: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
588a63d
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
588a63d
 if test -z "$ac_err"; then
588a63d
   :
588a63d
@@ -2423,13 +2424,13 @@ else
588a63d
   rm -rf conftest*
588a63d
   CPP="${CC-cc} -E -traditional-cpp"
588a63d
   cat > conftest.$ac_ext <
588a63d
-#line 2427 "configure"
588a63d
+#line 2428 "configure"
588a63d
 #include "confdefs.h"
588a63d
 #include <assert.h>
588a63d
 Syntax Error
588a63d
 EOF
588a63d
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
588a63d
-{ (eval echo configure:2433: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
588a63d
+{ (eval echo configure:2434: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
588a63d
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
588a63d
 if test -z "$ac_err"; then
588a63d
   :
588a63d
@@ -2440,13 +2441,13 @@ else
588a63d
   rm -rf conftest*
588a63d
   CPP="${CC-cc} -nologo -E"
588a63d
   cat > conftest.$ac_ext <
588a63d
-#line 2444 "configure"
588a63d
+#line 2445 "configure"
588a63d
 #include "confdefs.h"
588a63d
 #include <assert.h>
588a63d
 Syntax Error
588a63d
 EOF
588a63d
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
588a63d
-{ (eval echo configure:2450: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
588a63d
+{ (eval echo configure:2451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
588a63d
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
588a63d
 if test -z "$ac_err"; then
588a63d
   :
588a63d
@@ -2473,7 +2474,7 @@ echo "$ac_t""$CPP" 1>&6
588a63d
     # Extract the first word of "ranlib", so it can be a program name with args.
588a63d
 set dummy ranlib; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:2477: checking for $ac_word" >&5
588a63d
+echo "configure:2478: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2505,7 +2506,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:2509: checking for $ac_word" >&5
588a63d
+echo "configure:2510: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_path_AS'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2546,7 +2547,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:2550: checking for $ac_word" >&5
588a63d
+echo "configure:2551: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2587,7 +2588,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:2591: checking for $ac_word" >&5
588a63d
+echo "configure:2592: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2628,7 +2629,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:2632: checking for $ac_word" >&5
588a63d
+echo "configure:2633: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_path_STRIP'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2669,7 +2670,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:2673: checking for $ac_word" >&5
588a63d
+echo "configure:2674: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_path_WINDRES'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -2731,7 +2732,7 @@ else
588a63d
 fi
588a63d
 
588a63d
 echo $ac_n "checking for gcc -pipe support""... $ac_c" 1>&6
588a63d
-echo "configure:2735: checking for gcc -pipe support" >&5
588a63d
+echo "configure:2736: checking for gcc -pipe support" >&5
588a63d
 if test -n "$GNU_CC" && test -n "$GNU_CXX" && test -n "$GNU_AS"; then
588a63d
     echo '#include <stdio.h>' > dummy-hello.c
588a63d
     echo 'int main() { printf("Hello World\n"); exit(0); }' >> dummy-hello.c
588a63d
@@ -2746,14 +2747,14 @@ if test -n "$GNU_CC" && test -n "$GNU_CX
588a63d
         _SAVE_CFLAGS=$CFLAGS
588a63d
         CFLAGS="$CFLAGS -pipe"
588a63d
         cat > conftest.$ac_ext <
588a63d
-#line 2750 "configure"
588a63d
+#line 2751 "configure"
588a63d
 #include "confdefs.h"
588a63d
  #include <stdio.h> 
588a63d
 int main() {
588a63d
 printf("Hello World\n");
588a63d
 ; return 0; }
588a63d
 EOF
588a63d
-if { (eval echo configure:2757: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
588a63d
+if { (eval echo configure:2758: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
588a63d
   rm -rf conftest*
588a63d
   _res_gcc_pipe="yes"
588a63d
 else
588a63d
@@ -2786,7 +2787,7 @@ do
588a63d
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588a63d
 set dummy $ac_prog; ac_word=$2
588a63d
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588a63d
-echo "configure:2790: checking for $ac_word" >&5
588a63d
+echo "configure:2791: checking for $ac_word" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
@@ -3020,17 +3021,17 @@ EOF
588a63d
     DSO_LDOPTS='-brtl -bM:SRE -bnoentry -bexpall -blibpath:/usr/lib:/lib'
588a63d
     ac_safe=`echo "sys/atomic_op.h" | sed 'y%./+-%__p_%'`
588a63d
 echo $ac_n "checking for sys/atomic_op.h""... $ac_c" 1>&6
588a63d
-echo "configure:3024: checking for sys/atomic_op.h" >&5
588a63d
+echo "configure:3025: checking for sys/atomic_op.h" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
   cat > conftest.$ac_ext <
588a63d
-#line 3029 "configure"
588a63d
+#line 3030 "configure"
588a63d
 #include "confdefs.h"
588a63d
 #include <sys/atomic_op.h>
588a63d
 EOF
588a63d
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
588a63d
-{ (eval echo configure:3034: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
588a63d
+{ (eval echo configure:3035: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
588a63d
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
588a63d
 if test -z "$ac_err"; then
588a63d
   rm -rf conftest*
588a63d
@@ -3188,7 +3189,7 @@ EOF
588a63d
         _DEBUG_FLAGS='-gdwarf-2 -O0'
588a63d
         MKSHLIB='$(CCC) $(DSO_LDOPTS) -o $@'
588a63d
         echo $ac_n "checking for gethostbyaddr in -lbind""... $ac_c" 1>&6
588a63d
-echo "configure:3192: checking for gethostbyaddr in -lbind" >&5
588a63d
+echo "configure:3193: checking for gethostbyaddr in -lbind" >&5
588a63d
 ac_lib_var=`echo bind'_'gethostbyaddr | sed 'y%./+-%__p_%'`
588a63d
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
@@ -3196,7 +3197,7 @@ else
588a63d
   ac_save_LIBS="$LIBS"
588a63d
 LIBS="-lbind  $LIBS"
588a63d
 cat > conftest.$ac_ext <
588a63d
-#line 3200 "configure"
588a63d
+#line 3201 "configure"
588a63d
 #include "confdefs.h"
588a63d
 /* Override any gcc2 internal prototype to avoid an error.  */
588a63d
 /* We use char because int might match the return type of a gcc2
588a63d
@@ -3207,7 +3208,7 @@ int main() {
588a63d
 gethostbyaddr()
588a63d
 ; return 0; }
588a63d
 EOF
588a63d
-if { (eval echo configure:3211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
+if { (eval echo configure:3212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
   rm -rf conftest*
588a63d
   eval "ac_cv_lib_$ac_lib_var=yes"
588a63d
 else
588a63d
@@ -4429,17 +4430,17 @@ EOF
588a63d
 
588a63d
     ac_safe=`echo "machine/builtins.h" | sed 'y%./+-%__p_%'`
588a63d
 echo $ac_n "checking for machine/builtins.h""... $ac_c" 1>&6
588a63d
-echo "configure:4433: checking for machine/builtins.h" >&5
588a63d
+echo "configure:4434: checking for machine/builtins.h" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
   cat > conftest.$ac_ext <
588a63d
-#line 4438 "configure"
588a63d
+#line 4439 "configure"
588a63d
 #include "confdefs.h"
588a63d
 #include <machine/builtins.h>
588a63d
 EOF
588a63d
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
588a63d
-{ (eval echo configure:4443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
588a63d
+{ (eval echo configure:4444: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
588a63d
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
588a63d
 if test -z "$ac_err"; then
588a63d
   rm -rf conftest*
588a63d
@@ -4837,12 +4838,12 @@ esac
588a63d
 if test -z "$SKIP_LIBRARY_CHECKS"; then
588a63d
 
588a63d
 echo $ac_n "checking for dlopen""... $ac_c" 1>&6
588a63d
-echo "configure:4841: checking for dlopen" >&5
588a63d
+echo "configure:4842: checking for dlopen" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
   cat > conftest.$ac_ext <
588a63d
-#line 4846 "configure"
588a63d
+#line 4847 "configure"
588a63d
 #include "confdefs.h"
588a63d
 /* System header to define __stub macros and hopefully few prototypes,
588a63d
     which can conflict with char dlopen(); below.  */
588a63d
@@ -4865,7 +4866,7 @@ dlopen();
588a63d
 
588a63d
 ; return 0; }
588a63d
 EOF
588a63d
-if { (eval echo configure:4869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
+if { (eval echo configure:4870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
   rm -rf conftest*
588a63d
   eval "ac_cv_func_dlopen=yes"
588a63d
 else
588a63d
@@ -4884,7 +4885,7 @@ else
588a63d
   echo "$ac_t""no" 1>&6
588a63d
 
588a63d
     echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
588a63d
-echo "configure:4888: checking for dlopen in -ldl" >&5
588a63d
+echo "configure:4889: checking for dlopen in -ldl" >&5
588a63d
 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
588a63d
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
@@ -4892,7 +4893,7 @@ else
588a63d
   ac_save_LIBS="$LIBS"
588a63d
 LIBS="-ldl  $LIBS"
588a63d
 cat > conftest.$ac_ext <
588a63d
-#line 4896 "configure"
588a63d
+#line 4897 "configure"
588a63d
 #include "confdefs.h"
588a63d
 /* Override any gcc2 internal prototype to avoid an error.  */
588a63d
 /* We use char because int might match the return type of a gcc2
588a63d
@@ -4903,7 +4904,7 @@ int main() {
588a63d
 dlopen()
588a63d
 ; return 0; }
588a63d
 EOF
588a63d
-if { (eval echo configure:4907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
+if { (eval echo configure:4908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
   rm -rf conftest*
588a63d
   eval "ac_cv_lib_$ac_lib_var=yes"
588a63d
 else
588a63d
@@ -4931,13 +4932,13 @@ fi
588a63d
 
588a63d
 if test $ac_cv_prog_gcc = yes; then
588a63d
     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
588a63d
-echo "configure:4935: checking whether ${CC-cc} needs -traditional" >&5
588a63d
+echo "configure:4936: checking whether ${CC-cc} needs -traditional" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
     ac_pattern="Autoconf.*'x'"
588a63d
   cat > conftest.$ac_ext <
588a63d
-#line 4941 "configure"
588a63d
+#line 4942 "configure"
588a63d
 #include "confdefs.h"
588a63d
 #include <sgtty.h>
588a63d
 Autoconf TIOCGETP
588a63d
@@ -4955,7 +4956,7 @@ rm -f conftest*
588a63d
 
588a63d
   if test $ac_cv_prog_gcc_traditional = no; then
588a63d
     cat > conftest.$ac_ext <
588a63d
-#line 4959 "configure"
588a63d
+#line 4960 "configure"
588a63d
 #include "confdefs.h"
588a63d
 #include <termio.h>
588a63d
 Autoconf TCGETA
588a63d
@@ -4979,12 +4980,12 @@ fi
588a63d
 for ac_func in lchown strerror
588a63d
 do
588a63d
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
588a63d
-echo "configure:4983: checking for $ac_func" >&5
588a63d
+echo "configure:4984: checking for $ac_func" >&5
588a63d
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
588a63d
   echo $ac_n "(cached) $ac_c" 1>&6
588a63d
 else
588a63d
   cat > conftest.$ac_ext <
588a63d
-#line 4988 "configure"
588a63d
+#line 4989 "configure"
588a63d
 #include "confdefs.h"
588a63d
 /* System header to define __stub macros and hopefully few prototypes,
588a63d
     which can conflict with char $ac_func(); below.  */
588a63d
@@ -5007,7 +5008,7 @@ $ac_func();
588a63d
 
588a63d
 ; return 0; }
588a63d
 EOF
588a63d
-if { (eval echo configure:5011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
+if { (eval echo configure:5012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
588a63d
   rm -rf conftest*
588a63d
   eval "ac_cv_func_$ac_func=yes"
588a63d
 else
588a63d
@@ -5045,7 +5046,7 @@ fi
588a63d
 
588a63d
 
588a63d
 echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6
588a63d
-echo "configure:5049: checking for pthread_create in -lpthreads" >&5
588a63d
+echo "configure:5050: checking for pthread_create in -lpthreads" >&5
588a63d
 echo "
588a63d
     #include <pthread.h> 
588a63d
     void *foo(void *v) { int a = 1;  } 
588a63d
@@ -5067,7 +5068,7 @@ echo "
588a63d
         echo "$ac_t""no" 1>&6
588a63d
         
588a63d
 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
588a63d
-echo "configure:5071: checking for pthread_create in -lpthread" >&5
588a63d
+echo "configure:5072: checking for pthread_create in -lpthread" >&5
588a63d
 echo "
588a63d
     #include <pthread.h> 
588a63d
     void *foo(void *v) { int a = 1;  } 
588a63d
@@ -5089,7 +5090,7 @@ echo "
588a63d
         echo "$ac_t""no" 1>&6
588a63d
         
588a63d
 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
588a63d
-echo "configure:5093: checking for pthread_create in -lc_r" >&5
588a63d
+echo "configure:5094: checking for pthread_create in -lc_r" >&5
588a63d
 echo "
588a63d
     #include <pthread.h> 
588a63d
     void *foo(void *v) { int a = 1;  } 
588a63d
@@ -5111,7 +5112,7 @@ echo "
588a63d
         echo "$ac_t""no" 1>&6
588a63d
         
588a63d
 echo $ac_n "checking for pthread_create in -lc""... $ac_c" 1>&6
588a63d
-echo "configure:5115: checking for pthread_create in -lc" >&5
588a63d
+echo "configure:5116: checking for pthread_create in -lc" >&5
588a63d
 echo "
588a63d
     #include <pthread.h> 
588a63d
     void *foo(void *v) { int a = 1;  } 
588a63d
@@ -5261,7 +5262,7 @@ if test -n "$USE_PTHREADS"; then
588a63d
       rm -f conftest*
588a63d
    ac_cv_have_dash_pthread=no
588a63d
    echo $ac_n "checking whether ${CC-cc} accepts -pthread""... $ac_c" 1>&6
588a63d
-echo "configure:5265: checking whether ${CC-cc} accepts -pthread" >&5
588a63d
+echo "configure:5266: checking whether ${CC-cc} accepts -pthread" >&5
588a63d
    echo 'int main() { return 0; }' | cat > conftest.c
588a63d
    ${CC-cc} -pthread -o conftest conftest.c > conftest.out 2>&1
588a63d
    if test $? -eq 0; then
588a63d
@@ -5277,7 +5278,7 @@ echo "configure:5265: checking whether $
588a63d
 			    ac_cv_have_dash_pthreads=no
588a63d
     if test "$ac_cv_have_dash_pthread" = "no"; then
588a63d
 	    echo $ac_n "checking whether ${CC-cc} accepts -pthreads""... $ac_c" 1>&6
588a63d
-echo "configure:5281: checking whether ${CC-cc} accepts -pthreads" >&5
588a63d
+echo "configure:5282: checking whether ${CC-cc} accepts -pthreads" >&5
588a63d
     	echo 'int main() { return 0; }' | cat > conftest.c
588a63d
 	    ${CC-cc} -pthreads -o conftest conftest.c > conftest.out 2>&1
588a63d
     	if test $? -eq 0; then