|
@@ -629,6 +629,7 @@ LIBOBJS
|
|
EGREP
|
|
EGREP
|
|
GREP
|
|
GREP
|
|
CPP
|
|
CPP
|
|
|
|
+RANLIB
|
|
am__fastdepCC_FALSE
|
|
am__fastdepCC_FALSE
|
|
am__fastdepCC_TRUE
|
|
am__fastdepCC_TRUE
|
|
CCDEPMODE
|
|
CCDEPMODE
|
|
@@ -4258,6 +4259,98 @@ else
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
+if test -n "$ac_tool_prefix"; then
|
|
|
|
+ # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
|
|
|
|
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
|
|
|
|
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
+$as_echo_n "checking for $ac_word... " >&6; }
|
|
|
|
+if ${ac_cv_prog_RANLIB+:} false; then :
|
|
|
|
+ $as_echo_n "(cached) " >&6
|
|
|
|
+else
|
|
|
|
+ if test -n "$RANLIB"; then
|
|
|
|
+ ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
|
|
|
|
+else
|
|
|
|
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
+for as_dir in $PATH
|
|
|
|
+do
|
|
|
|
+ IFS=$as_save_IFS
|
|
|
|
+ test -z "$as_dir" && as_dir=.
|
|
|
|
+ for ac_exec_ext in '' $ac_executable_extensions; do
|
|
|
|
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
|
|
+ ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
|
|
|
|
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
+ break 2
|
|
|
|
+ fi
|
|
|
|
+done
|
|
|
|
+ done
|
|
|
|
+IFS=$as_save_IFS
|
|
|
|
+
|
|
|
|
+fi
|
|
|
|
+fi
|
|
|
|
+RANLIB=$ac_cv_prog_RANLIB
|
|
|
|
+if test -n "$RANLIB"; then
|
|
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
|
|
|
|
+$as_echo "$RANLIB" >&6; }
|
|
|
|
+else
|
|
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
+$as_echo "no" >&6; }
|
|
|
|
+fi
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+fi
|
|
|
|
+if test -z "$ac_cv_prog_RANLIB"; then
|
|
|
|
+ ac_ct_RANLIB=$RANLIB
|
|
|
|
+ # Extract the first word of "ranlib", so it can be a program name with args.
|
|
|
|
+set dummy ranlib; ac_word=$2
|
|
|
|
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
+$as_echo_n "checking for $ac_word... " >&6; }
|
|
|
|
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
|
|
|
|
+ $as_echo_n "(cached) " >&6
|
|
|
|
+else
|
|
|
|
+ if test -n "$ac_ct_RANLIB"; then
|
|
|
|
+ ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
|
|
|
|
+else
|
|
|
|
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
+for as_dir in $PATH
|
|
|
|
+do
|
|
|
|
+ IFS=$as_save_IFS
|
|
|
|
+ test -z "$as_dir" && as_dir=.
|
|
|
|
+ for ac_exec_ext in '' $ac_executable_extensions; do
|
|
|
|
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
|
|
+ ac_cv_prog_ac_ct_RANLIB="ranlib"
|
|
|
|
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
|
|
+ break 2
|
|
|
|
+ fi
|
|
|
|
+done
|
|
|
|
+ done
|
|
|
|
+IFS=$as_save_IFS
|
|
|
|
+
|
|
|
|
+fi
|
|
|
|
+fi
|
|
|
|
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
|
|
|
|
+if test -n "$ac_ct_RANLIB"; then
|
|
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
|
|
|
|
+$as_echo "$ac_ct_RANLIB" >&6; }
|
|
|
|
+else
|
|
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
+$as_echo "no" >&6; }
|
|
|
|
+fi
|
|
|
|
+
|
|
|
|
+ if test "x$ac_ct_RANLIB" = x; then
|
|
|
|
+ RANLIB=":"
|
|
|
|
+ else
|
|
|
|
+ case $cross_compiling:$ac_tool_warned in
|
|
|
|
+yes:)
|
|
|
|
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
|
|
|
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
|
|
|
+ac_tool_warned=yes ;;
|
|
|
|
+esac
|
|
|
|
+ RANLIB=$ac_ct_RANLIB
|
|
|
|
+ fi
|
|
|
|
+else
|
|
|
|
+ RANLIB="$ac_cv_prog_RANLIB"
|
|
|
|
+fi
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lev" >&5
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lev" >&5
|
|
@@ -5139,7 +5232,7 @@ fi
|
|
done
|
|
done
|
|
|
|
|
|
|
|
|
|
-ac_config_files="$ac_config_files Makefile"
|
|
|
|
|
|
+ac_config_files="$ac_config_files db/Makefile websocket/Makefile Makefile"
|
|
|
|
|
|
cat >confcache <<\_ACEOF
|
|
cat >confcache <<\_ACEOF
|
|
# This file is a shell script that caches the results of configure
|
|
# This file is a shell script that caches the results of configure
|
|
@@ -5887,6 +5980,8 @@ for ac_config_target in $ac_config_targets
|
|
do
|
|
do
|
|
case $ac_config_target in
|
|
case $ac_config_target in
|
|
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
|
|
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
|
|
|
|
+ "db/Makefile") CONFIG_FILES="$CONFIG_FILES db/Makefile" ;;
|
|
|
|
+ "websocket/Makefile") CONFIG_FILES="$CONFIG_FILES websocket/Makefile" ;;
|
|
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
|
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
|
|
|
|
|
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
|
|
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
|