nutcracker 0.4.1.20 → 0.4.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/ext/nutcracker/Makefile.in +8 -8
  3. data/ext/nutcracker/aclocal.m4 +22 -22
  4. data/ext/nutcracker/autom4te.cache/requests +220 -220
  5. data/ext/nutcracker/autom4te.cache/traces.0 +31 -31
  6. data/ext/nutcracker/autom4te.cache/traces.1 +1 -1
  7. data/ext/nutcracker/config/compile +5 -4
  8. data/ext/nutcracker/config/config.guess +120 -68
  9. data/ext/nutcracker/config/config.sub +51 -22
  10. data/ext/nutcracker/config/depcomp +3 -3
  11. data/ext/nutcracker/config/install-sh +2 -2
  12. data/ext/nutcracker/config/missing +3 -3
  13. data/ext/nutcracker/contrib/Makefile.in +2 -2
  14. data/ext/nutcracker/contrib/yaml-0.1.4/Makefile.in +12 -9
  15. data/ext/nutcracker/contrib/yaml-0.1.4/aclocal.m4 +22 -122
  16. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.1 +2669 -1400
  17. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.2 +14611 -0
  18. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/requests +440 -221
  19. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.0 +31 -31
  20. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.1 +23 -41
  21. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.2 +2721 -0
  22. data/ext/nutcracker/contrib/yaml-0.1.4/config.h.in +1 -2
  23. data/ext/nutcracker/contrib/yaml-0.1.4/config/compile +5 -4
  24. data/ext/nutcracker/contrib/yaml-0.1.4/config/config.guess +120 -68
  25. data/ext/nutcracker/contrib/yaml-0.1.4/config/config.sub +51 -22
  26. data/ext/nutcracker/contrib/yaml-0.1.4/config/depcomp +3 -3
  27. data/ext/nutcracker/contrib/yaml-0.1.4/config/install-sh +2 -2
  28. data/ext/nutcracker/contrib/yaml-0.1.4/config/ltmain.sh +5440 -2699
  29. data/ext/nutcracker/contrib/yaml-0.1.4/config/missing +3 -3
  30. data/ext/nutcracker/contrib/yaml-0.1.4/config/test-driver +3 -3
  31. data/ext/nutcracker/contrib/yaml-0.1.4/configure +2668 -1399
  32. data/ext/nutcracker/contrib/yaml-0.1.4/m4/libtool.m4 +2598 -1586
  33. data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltoptions.m4 +108 -39
  34. data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltsugar.m4 +4 -3
  35. data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltversion.m4 +7 -7
  36. data/ext/nutcracker/contrib/yaml-0.1.4/m4/lt~obsolete.m4 +12 -5
  37. data/ext/nutcracker/contrib/yaml-0.1.4/src/Makefile.in +6 -3
  38. data/ext/nutcracker/contrib/yaml-0.1.4/tests/Makefile.in +6 -3
  39. data/ext/nutcracker/src/Makefile.in +2 -2
  40. data/ext/nutcracker/src/event/Makefile.in +2 -2
  41. data/ext/nutcracker/src/hashkit/Makefile.in +2 -2
  42. data/ext/nutcracker/src/proto/Makefile.in +2 -2
  43. data/lib/nutcracker/version.rb +1 -1
  44. metadata +9 -9
  45. data/ext/nutcracker/contrib/yaml-0.1.4/ltmain.sh +0 -11147
  46. data/ext/nutcracker/ltmain.sh +0 -11147
@@ -696,21 +696,21 @@ m4trace:/usr/local/share/aclocal/ltdl.m4:907: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE
696
696
  m4trace:/usr/local/share/aclocal/ltdl.m4:907: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete.
697
697
  You should run autoupdate.])dnl
698
698
  m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
699
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15'
699
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15'
700
700
  dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
701
701
  dnl require some minimum version. Point them to the right macro.
702
- m4_if([$1], [1.15], [],
702
+ m4_if([$1], [1.15.1], [],
703
703
  [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
704
704
  ])
705
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/amversion.m4:37: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15])dnl
705
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/amversion.m4:37: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15.1])dnl
706
706
  m4_ifndef([AC_AUTOCONF_VERSION],
707
707
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
708
708
  _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
709
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/auxdir.m4:51: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
709
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/auxdir.m4:51: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
710
710
  # Expand $ac_aux_dir to an absolute path.
711
711
  am_aux_dir=`cd "$ac_aux_dir" && pwd`
712
712
  ])
713
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
713
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
714
714
  m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
715
715
  [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
716
716
  AC_SUBST([$1_TRUE])dnl
@@ -730,7 +730,7 @@ AC_CONFIG_COMMANDS_PRE(
730
730
  AC_MSG_ERROR([[conditional "$1" was never defined.
731
731
  Usually this means the macro was only invoked conditionally.]])
732
732
  fi])])
733
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/depend.m4:156: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
733
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depend.m4:156: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
734
734
  AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
735
735
  AC_REQUIRE([AM_MAKE_INCLUDE])dnl
736
736
  AC_REQUIRE([AM_DEP_TRACK])dnl
@@ -860,10 +860,10 @@ AM_CONDITIONAL([am__fastdep$1], [
860
860
  test "x$enable_dependency_tracking" != xno \
861
861
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
862
862
  ])
863
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/depend.m4:166: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
863
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depend.m4:166: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
864
864
  AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
865
865
  ])
866
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/depend.m4:189: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
866
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depend.m4:189: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
867
867
  AS_HELP_STRING(
868
868
  [--enable-dependency-tracking],
869
869
  [do not reject slow dependency extractors])
@@ -881,7 +881,7 @@ _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
881
881
  AC_SUBST([am__nodep])dnl
882
882
  _AM_SUBST_NOTMAKE([am__nodep])dnl
883
883
  ])
884
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/depout.m4:61: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
884
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depout.m4:61: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
885
885
  # Older Autoconf quotes --file arguments for eval, but not when files
886
886
  # are listed without --file. Let's play safe and only enable the eval
887
887
  # if we detect the quoting.
@@ -930,11 +930,11 @@ m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/depout.m4:61: -1- AC_
930
930
  done
931
931
  }
932
932
  ])
933
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
933
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
934
934
  [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
935
935
  [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
936
936
  ])
937
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/init.m4:171: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
937
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/init.m4:171: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
938
938
  dnl Autoconf wants to disallow AM_ names. We explicitly allow
939
939
  dnl the ones we care about.
940
940
  m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -1076,7 +1076,7 @@ dnl The trailing newline in this macro's definition is deliberate, for
1076
1076
  dnl backward compatibility and to allow trailing 'dnl'-style comments
1077
1077
  dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
1078
1078
  ])
1079
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/init.m4:198: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
1079
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/init.m4:198: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
1080
1080
  _am_arg=$1
1081
1081
  _am_stamp_count=1
1082
1082
  for _am_header in $config_headers :; do
@@ -1088,7 +1088,7 @@ for _am_header in $config_headers :; do
1088
1088
  esac
1089
1089
  done
1090
1090
  echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1091
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/install-sh.m4:21: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1091
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/install-sh.m4:21: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1092
1092
  if test x"${install_sh+set}" != xset; then
1093
1093
  case $am_aux_dir in
1094
1094
  *\ * | *\ *)
@@ -1098,7 +1098,7 @@ if test x"${install_sh+set}" != xset; then
1098
1098
  esac
1099
1099
  fi
1100
1100
  AC_SUBST([install_sh])])
1101
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/lead-dot.m4:19: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
1101
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/lead-dot.m4:19: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
1102
1102
  mkdir .tst 2>/dev/null
1103
1103
  if test -d .tst; then
1104
1104
  am__leading_dot=.
@@ -1107,7 +1107,7 @@ else
1107
1107
  fi
1108
1108
  rmdir .tst 2>/dev/null
1109
1109
  AC_SUBST([am__leading_dot])])
1110
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/make.m4:49: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
1110
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/make.m4:49: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
1111
1111
  cat > confinc << 'END'
1112
1112
  am__doit:
1113
1113
  @echo this is the am__doit target
@@ -1144,10 +1144,10 @@ AC_SUBST([am__quote])
1144
1144
  AC_MSG_RESULT([$_am_result])
1145
1145
  rm -f confinc confmf
1146
1146
  ])
1147
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
1147
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
1148
1148
  $1=${$1-"${am_missing_run}$2"}
1149
1149
  AC_SUBST($1)])
1150
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/missing.m4:38: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1150
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/missing.m4:38: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1151
1151
  AC_REQUIRE_AUX_FILE([missing])dnl
1152
1152
  if test x"${MISSING+set}" != xset; then
1153
1153
  case $am_aux_dir in
@@ -1165,11 +1165,11 @@ else
1165
1165
  AC_MSG_WARN(['missing' script is too old or missing])
1166
1166
  fi
1167
1167
  ])
1168
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/options.m4:12: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1169
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/options.m4:18: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1170
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/options.m4:24: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1171
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/options.m4:30: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1172
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/prog-cc-c-o.m4:44: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1168
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/options.m4:12: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1169
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/options.m4:18: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1170
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/options.m4:24: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1171
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/options.m4:30: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1172
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/prog-cc-c-o.m4:44: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1173
1173
  AC_REQUIRE_AUX_FILE([compile])dnl
1174
1174
  AC_LANG_PUSH([C])dnl
1175
1175
  AC_CACHE_CHECK(
@@ -1201,13 +1201,13 @@ if test "$am_cv_prog_cc_c_o" != yes; then
1201
1201
  CC="$am_aux_dir/compile $CC"
1202
1202
  fi
1203
1203
  AC_LANG_POP([C])])
1204
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
1205
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1204
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
1205
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1206
1206
  ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1207
1207
  ac_status=$?
1208
1208
  echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1209
1209
  (exit $ac_status); }])
1210
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/sanity.m4:82: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
1210
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/sanity.m4:82: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
1211
1211
  # Reject unsafe characters in $srcdir or the absolute working directory
1212
1212
  # name. Accept space and tab only in the latter.
1213
1213
  am_lf='
@@ -1278,7 +1278,7 @@ AC_CONFIG_COMMANDS_PRE(
1278
1278
  AC_MSG_RESULT([done])])
1279
1279
  rm -f conftest.file
1280
1280
  ])
1281
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/silent.m4:60: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
1281
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/silent.m4:60: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
1282
1282
  AS_HELP_STRING(
1283
1283
  [--enable-silent-rules],
1284
1284
  [less verbose build output (undo: "make V=1")])
@@ -1326,7 +1326,7 @@ AM_BACKSLASH='\'
1326
1326
  AC_SUBST([AM_BACKSLASH])dnl
1327
1327
  _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1328
1328
  ])
1329
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1329
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1330
1330
  # Installed binaries are usually stripped using 'strip' when the user
1331
1331
  # run "make install-strip". However 'strip' might not be the right
1332
1332
  # tool to use in cross-compilation environments, therefore Automake
@@ -1337,9 +1337,9 @@ if test "$cross_compiling" != no; then
1337
1337
  fi
1338
1338
  INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1339
1339
  AC_SUBST([INSTALL_STRIP_PROGRAM])])
1340
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
1341
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1342
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/tar.m4:132: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used
1340
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
1341
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1342
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/tar.m4:132: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used
1343
1343
  # in the wild :-( We should find a proper way to deprecate it ...
1344
1344
  AC_SUBST([AMTAR], ['$${TAR-tar}'])
1345
1345
 
@@ -2491,7 +2491,7 @@ m4trace:configure.ac:13: -1- AC_CONFIG_MACRO_DIR([m4])
2491
2491
  m4trace:configure.ac:16: -1- AM_INIT_AUTOMAKE([1.9 foreign])
2492
2492
  m4trace:configure.ac:16: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
2493
2493
  m4trace:configure.ac:16: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
2494
- m4trace:configure.ac:16: -1- AM_AUTOMAKE_VERSION([1.15])
2494
+ m4trace:configure.ac:16: -1- AM_AUTOMAKE_VERSION([1.15.1])
2495
2495
  m4trace:configure.ac:16: -1- _AM_AUTOCONF_VERSION([2.69])
2496
2496
  m4trace:configure.ac:16: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
2497
2497
  m4trace:configure.ac:16: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
@@ -155,7 +155,7 @@ m4trace:configure.ac:11: -1- AC_CONFIG_AUX_DIR([config])
155
155
  m4trace:configure.ac:12: -1- AC_CONFIG_HEADERS([config.h:config.h.in])
156
156
  m4trace:configure.ac:16: -1- AM_INIT_AUTOMAKE([1.9 foreign])
157
157
  m4trace:configure.ac:16: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
158
- m4trace:configure.ac:16: -1- AM_AUTOMAKE_VERSION([1.15])
158
+ m4trace:configure.ac:16: -1- AM_AUTOMAKE_VERSION([1.15.1])
159
159
  m4trace:configure.ac:16: -1- AC_REQUIRE_AUX_FILE([install-sh])
160
160
  m4trace:configure.ac:16: -1- AC_SUBST([INSTALL_PROGRAM])
161
161
  m4trace:configure.ac:16: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
@@ -1,9 +1,9 @@
1
1
  #! /bin/sh
2
2
  # Wrapper for compilers which do not understand '-c -o'.
3
3
 
4
- scriptversion=2012-10-14.11; # UTC
4
+ scriptversion=2016-01-11.22; # UTC
5
5
 
6
- # Copyright (C) 1999-2014 Free Software Foundation, Inc.
6
+ # Copyright (C) 1999-2017 Free Software Foundation, Inc.
7
7
  # Written by Tom Tromey <tromey@cygnus.com>.
8
8
  #
9
9
  # This program is free software; you can redistribute it and/or modify
@@ -255,7 +255,8 @@ EOF
255
255
  echo "compile $scriptversion"
256
256
  exit $?
257
257
  ;;
258
- cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
258
+ cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
259
+ icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
259
260
  func_cl_wrapper "$@" # Doesn't return...
260
261
  ;;
261
262
  esac
@@ -342,6 +343,6 @@ exit $ret
342
343
  # eval: (add-hook 'write-file-hooks 'time-stamp)
343
344
  # time-stamp-start: "scriptversion="
344
345
  # time-stamp-format: "%:y-%02m-%02d.%02H"
345
- # time-stamp-time-zone: "UTC"
346
+ # time-stamp-time-zone: "UTC0"
346
347
  # time-stamp-end: "; # UTC"
347
348
  # End:
@@ -1,8 +1,8 @@
1
1
  #! /bin/sh
2
2
  # Attempt to guess a canonical system name.
3
- # Copyright 1992-2014 Free Software Foundation, Inc.
3
+ # Copyright 1992-2017 Free Software Foundation, Inc.
4
4
 
5
- timestamp='2014-11-04'
5
+ timestamp='2017-05-27'
6
6
 
7
7
  # This file is free software; you can redistribute it and/or modify it
8
8
  # under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@ timestamp='2014-11-04'
27
27
  # Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
28
28
  #
29
29
  # You can get the latest version of this script from:
30
- # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
30
+ # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
31
31
  #
32
32
  # Please send patches to <config-patches@gnu.org>.
33
33
 
@@ -50,7 +50,7 @@ version="\
50
50
  GNU config.guess ($timestamp)
51
51
 
52
52
  Originally written by Per Bothner.
53
- Copyright 1992-2014 Free Software Foundation, Inc.
53
+ Copyright 1992-2017 Free Software Foundation, Inc.
54
54
 
55
55
  This is free software; see the source for copying conditions. There is NO
56
56
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -168,19 +168,29 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
168
168
  # Note: NetBSD doesn't particularly care about the vendor
169
169
  # portion of the name. We always set it to "unknown".
170
170
  sysctl="sysctl -n hw.machine_arch"
171
- UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
172
- /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
171
+ UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
172
+ /sbin/$sysctl 2>/dev/null || \
173
+ /usr/sbin/$sysctl 2>/dev/null || \
174
+ echo unknown)`
173
175
  case "${UNAME_MACHINE_ARCH}" in
174
176
  armeb) machine=armeb-unknown ;;
175
177
  arm*) machine=arm-unknown ;;
176
178
  sh3el) machine=shl-unknown ;;
177
179
  sh3eb) machine=sh-unknown ;;
178
180
  sh5el) machine=sh5le-unknown ;;
181
+ earmv*)
182
+ arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
183
+ endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
184
+ machine=${arch}${endian}-unknown
185
+ ;;
179
186
  *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
180
187
  esac
181
188
  # The Operating System including object format, if it has switched
182
- # to ELF recently, or will in the future.
189
+ # to ELF recently (or will in the future) and ABI.
183
190
  case "${UNAME_MACHINE_ARCH}" in
191
+ earm*)
192
+ os=netbsdelf
193
+ ;;
184
194
  arm*|i386|m68k|ns32k|sh3*|sparc|vax)
185
195
  eval $set_cc_for_build
186
196
  if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
@@ -197,6 +207,13 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
197
207
  os=netbsd
198
208
  ;;
199
209
  esac
210
+ # Determine ABI tags.
211
+ case "${UNAME_MACHINE_ARCH}" in
212
+ earm*)
213
+ expr='s/^earmv[0-9]/-eabi/;s/eb$//'
214
+ abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
215
+ ;;
216
+ esac
200
217
  # The OS release
201
218
  # Debian GNU/NetBSD machines have a different userland, and
202
219
  # thus, need a distinct triplet. However, they do not need
@@ -207,13 +224,13 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
207
224
  release='-gnu'
208
225
  ;;
209
226
  *)
210
- release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
227
+ release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
211
228
  ;;
212
229
  esac
213
230
  # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
214
231
  # contains redundant information, the shorter form:
215
232
  # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
216
- echo "${machine}-${os}${release}"
233
+ echo "${machine}-${os}${release}${abi}"
217
234
  exit ;;
218
235
  *:Bitrig:*:*)
219
236
  UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
@@ -223,6 +240,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
223
240
  UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
224
241
  echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
225
242
  exit ;;
243
+ *:LibertyBSD:*:*)
244
+ UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
245
+ echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE}
246
+ exit ;;
226
247
  *:ekkoBSD:*:*)
227
248
  echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
228
249
  exit ;;
@@ -235,6 +256,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
235
256
  *:MirBSD:*:*)
236
257
  echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
237
258
  exit ;;
259
+ *:Sortix:*:*)
260
+ echo ${UNAME_MACHINE}-unknown-sortix
261
+ exit ;;
238
262
  alpha:OSF1:*:*)
239
263
  case $UNAME_RELEASE in
240
264
  *4.0)
@@ -251,42 +275,42 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
251
275
  ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
252
276
  case "$ALPHA_CPU_TYPE" in
253
277
  "EV4 (21064)")
254
- UNAME_MACHINE="alpha" ;;
278
+ UNAME_MACHINE=alpha ;;
255
279
  "EV4.5 (21064)")
256
- UNAME_MACHINE="alpha" ;;
280
+ UNAME_MACHINE=alpha ;;
257
281
  "LCA4 (21066/21068)")
258
- UNAME_MACHINE="alpha" ;;
282
+ UNAME_MACHINE=alpha ;;
259
283
  "EV5 (21164)")
260
- UNAME_MACHINE="alphaev5" ;;
284
+ UNAME_MACHINE=alphaev5 ;;
261
285
  "EV5.6 (21164A)")
262
- UNAME_MACHINE="alphaev56" ;;
286
+ UNAME_MACHINE=alphaev56 ;;
263
287
  "EV5.6 (21164PC)")
264
- UNAME_MACHINE="alphapca56" ;;
288
+ UNAME_MACHINE=alphapca56 ;;
265
289
  "EV5.7 (21164PC)")
266
- UNAME_MACHINE="alphapca57" ;;
290
+ UNAME_MACHINE=alphapca57 ;;
267
291
  "EV6 (21264)")
268
- UNAME_MACHINE="alphaev6" ;;
292
+ UNAME_MACHINE=alphaev6 ;;
269
293
  "EV6.7 (21264A)")
270
- UNAME_MACHINE="alphaev67" ;;
294
+ UNAME_MACHINE=alphaev67 ;;
271
295
  "EV6.8CB (21264C)")
272
- UNAME_MACHINE="alphaev68" ;;
296
+ UNAME_MACHINE=alphaev68 ;;
273
297
  "EV6.8AL (21264B)")
274
- UNAME_MACHINE="alphaev68" ;;
298
+ UNAME_MACHINE=alphaev68 ;;
275
299
  "EV6.8CX (21264D)")
276
- UNAME_MACHINE="alphaev68" ;;
300
+ UNAME_MACHINE=alphaev68 ;;
277
301
  "EV6.9A (21264/EV69A)")
278
- UNAME_MACHINE="alphaev69" ;;
302
+ UNAME_MACHINE=alphaev69 ;;
279
303
  "EV7 (21364)")
280
- UNAME_MACHINE="alphaev7" ;;
304
+ UNAME_MACHINE=alphaev7 ;;
281
305
  "EV7.9 (21364A)")
282
- UNAME_MACHINE="alphaev79" ;;
306
+ UNAME_MACHINE=alphaev79 ;;
283
307
  esac
284
308
  # A Pn.n version is a patched version.
285
309
  # A Vn.n version is a released version.
286
310
  # A Tn.n version is a released field test version.
287
311
  # A Xn.n version is an unreleased experimental baselevel.
288
312
  # 1.2 uses "1.2" for uname -r.
289
- echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
313
+ echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
290
314
  # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
291
315
  exitcode=$?
292
316
  trap '' 0
@@ -359,16 +383,16 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
359
383
  exit ;;
360
384
  i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
361
385
  eval $set_cc_for_build
362
- SUN_ARCH="i386"
386
+ SUN_ARCH=i386
363
387
  # If there is a compiler, see if it is configured for 64-bit objects.
364
388
  # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
365
389
  # This test works for both compilers.
366
- if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
390
+ if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
367
391
  if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
368
- (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
392
+ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
369
393
  grep IS_64BIT_ARCH >/dev/null
370
394
  then
371
- SUN_ARCH="x86_64"
395
+ SUN_ARCH=x86_64
372
396
  fi
373
397
  fi
374
398
  echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
@@ -393,7 +417,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
393
417
  exit ;;
394
418
  sun*:*:4.2BSD:*)
395
419
  UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
396
- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
420
+ test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
397
421
  case "`/bin/arch`" in
398
422
  sun3)
399
423
  echo m68k-sun-sunos${UNAME_RELEASE}
@@ -618,13 +642,13 @@ EOF
618
642
  sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
619
643
  sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
620
644
  case "${sc_cpu_version}" in
621
- 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
622
- 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
645
+ 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0
646
+ 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1
623
647
  532) # CPU_PA_RISC2_0
624
648
  case "${sc_kernel_bits}" in
625
- 32) HP_ARCH="hppa2.0n" ;;
626
- 64) HP_ARCH="hppa2.0w" ;;
627
- '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
649
+ 32) HP_ARCH=hppa2.0n ;;
650
+ 64) HP_ARCH=hppa2.0w ;;
651
+ '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20
628
652
  esac ;;
629
653
  esac
630
654
  fi
@@ -663,11 +687,11 @@ EOF
663
687
  exit (0);
664
688
  }
665
689
  EOF
666
- (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
690
+ (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
667
691
  test -z "$HP_ARCH" && HP_ARCH=hppa
668
692
  fi ;;
669
693
  esac
670
- if [ ${HP_ARCH} = "hppa2.0w" ]
694
+ if [ ${HP_ARCH} = hppa2.0w ]
671
695
  then
672
696
  eval $set_cc_for_build
673
697
 
@@ -680,12 +704,12 @@ EOF
680
704
  # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
681
705
  # => hppa64-hp-hpux11.23
682
706
 
683
- if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
707
+ if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
684
708
  grep -q __LP64__
685
709
  then
686
- HP_ARCH="hppa2.0w"
710
+ HP_ARCH=hppa2.0w
687
711
  else
688
- HP_ARCH="hppa64"
712
+ HP_ARCH=hppa64
689
713
  fi
690
714
  fi
691
715
  echo ${HP_ARCH}-hp-hpux${HPUX_REV}
@@ -790,14 +814,14 @@ EOF
790
814
  echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
791
815
  exit ;;
792
816
  F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
793
- FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
794
- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
817
+ FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
818
+ FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
795
819
  FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
796
820
  echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
797
821
  exit ;;
798
822
  5000:UNIX_System_V:4.*:*)
799
- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
800
- FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
823
+ FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
824
+ FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
801
825
  echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
802
826
  exit ;;
803
827
  i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
@@ -813,10 +837,11 @@ EOF
813
837
  UNAME_PROCESSOR=`/usr/bin/uname -p`
814
838
  case ${UNAME_PROCESSOR} in
815
839
  amd64)
816
- echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
817
- *)
818
- echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
840
+ UNAME_PROCESSOR=x86_64 ;;
841
+ i386)
842
+ UNAME_PROCESSOR=i586 ;;
819
843
  esac
844
+ echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
820
845
  exit ;;
821
846
  i*:CYGWIN*:*)
822
847
  echo ${UNAME_MACHINE}-pc-cygwin
@@ -879,7 +904,7 @@ EOF
879
904
  exit ;;
880
905
  *:GNU/*:*:*)
881
906
  # other systems with GNU libc and userland
882
- echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
907
+ echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
883
908
  exit ;;
884
909
  i*86:Minix:*:*)
885
910
  echo ${UNAME_MACHINE}-pc-minix
@@ -902,7 +927,7 @@ EOF
902
927
  EV68*) UNAME_MACHINE=alphaev68 ;;
903
928
  esac
904
929
  objdump --private-headers /bin/sh | grep -q ld.so.1
905
- if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
930
+ if test "$?" = 0 ; then LIBC=gnulibc1 ; fi
906
931
  echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
907
932
  exit ;;
908
933
  arc:Linux:*:* | arceb:Linux:*:*)
@@ -933,6 +958,9 @@ EOF
933
958
  crisv32:Linux:*:*)
934
959
  echo ${UNAME_MACHINE}-axis-linux-${LIBC}
935
960
  exit ;;
961
+ e2k:Linux:*:*)
962
+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
963
+ exit ;;
936
964
  frv:Linux:*:*)
937
965
  echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
938
966
  exit ;;
@@ -945,6 +973,9 @@ EOF
945
973
  ia64:Linux:*:*)
946
974
  echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
947
975
  exit ;;
976
+ k1om:Linux:*:*)
977
+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
978
+ exit ;;
948
979
  m32r*:Linux:*:*)
949
980
  echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
950
981
  exit ;;
@@ -970,6 +1001,9 @@ EOF
970
1001
  eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
971
1002
  test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
972
1003
  ;;
1004
+ mips64el:Linux:*:*)
1005
+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1006
+ exit ;;
973
1007
  openrisc*:Linux:*:*)
974
1008
  echo or1k-unknown-linux-${LIBC}
975
1009
  exit ;;
@@ -1002,6 +1036,9 @@ EOF
1002
1036
  ppcle:Linux:*:*)
1003
1037
  echo powerpcle-unknown-linux-${LIBC}
1004
1038
  exit ;;
1039
+ riscv32:Linux:*:* | riscv64:Linux:*:*)
1040
+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1041
+ exit ;;
1005
1042
  s390:Linux:*:* | s390x:Linux:*:*)
1006
1043
  echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
1007
1044
  exit ;;
@@ -1021,7 +1058,7 @@ EOF
1021
1058
  echo ${UNAME_MACHINE}-dec-linux-${LIBC}
1022
1059
  exit ;;
1023
1060
  x86_64:Linux:*:*)
1024
- echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1061
+ echo ${UNAME_MACHINE}-pc-linux-${LIBC}
1025
1062
  exit ;;
1026
1063
  xtensa*:Linux:*:*)
1027
1064
  echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
@@ -1100,7 +1137,7 @@ EOF
1100
1137
  # uname -m prints for DJGPP always 'pc', but it prints nothing about
1101
1138
  # the processor, so we play safe by assuming i586.
1102
1139
  # Note: whatever this is, it MUST be the same as what config.sub
1103
- # prints for the "djgpp" host, or else GDB configury will decide that
1140
+ # prints for the "djgpp" host, or else GDB configure will decide that
1104
1141
  # this is a cross-build.
1105
1142
  echo i586-pc-msdosdjgpp
1106
1143
  exit ;;
@@ -1249,6 +1286,9 @@ EOF
1249
1286
  SX-8R:SUPER-UX:*:*)
1250
1287
  echo sx8r-nec-superux${UNAME_RELEASE}
1251
1288
  exit ;;
1289
+ SX-ACE:SUPER-UX:*:*)
1290
+ echo sxace-nec-superux${UNAME_RELEASE}
1291
+ exit ;;
1252
1292
  Power*:Rhapsody:*:*)
1253
1293
  echo powerpc-apple-rhapsody${UNAME_RELEASE}
1254
1294
  exit ;;
@@ -1262,16 +1302,23 @@ EOF
1262
1302
  UNAME_PROCESSOR=powerpc
1263
1303
  fi
1264
1304
  if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
1265
- if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1305
+ if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
1266
1306
  if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1267
- (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1268
- grep IS_64BIT_ARCH >/dev/null
1307
+ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1308
+ grep IS_64BIT_ARCH >/dev/null
1269
1309
  then
1270
1310
  case $UNAME_PROCESSOR in
1271
1311
  i386) UNAME_PROCESSOR=x86_64 ;;
1272
1312
  powerpc) UNAME_PROCESSOR=powerpc64 ;;
1273
1313
  esac
1274
1314
  fi
1315
+ # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
1316
+ if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
1317
+ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1318
+ grep IS_PPC >/dev/null
1319
+ then
1320
+ UNAME_PROCESSOR=powerpc
1321
+ fi
1275
1322
  fi
1276
1323
  elif test "$UNAME_PROCESSOR" = i386 ; then
1277
1324
  # Avoid executing cc on OS X 10.9, as it ships with a stub
@@ -1286,7 +1333,7 @@ EOF
1286
1333
  exit ;;
1287
1334
  *:procnto*:*:* | *:QNX:[0123456789]*:*)
1288
1335
  UNAME_PROCESSOR=`uname -p`
1289
- if test "$UNAME_PROCESSOR" = "x86"; then
1336
+ if test "$UNAME_PROCESSOR" = x86; then
1290
1337
  UNAME_PROCESSOR=i386
1291
1338
  UNAME_MACHINE=pc
1292
1339
  fi
@@ -1295,15 +1342,18 @@ EOF
1295
1342
  *:QNX:*:4*)
1296
1343
  echo i386-pc-qnx
1297
1344
  exit ;;
1298
- NEO-?:NONSTOP_KERNEL:*:*)
1345
+ NEO-*:NONSTOP_KERNEL:*:*)
1299
1346
  echo neo-tandem-nsk${UNAME_RELEASE}
1300
1347
  exit ;;
1301
1348
  NSE-*:NONSTOP_KERNEL:*:*)
1302
1349
  echo nse-tandem-nsk${UNAME_RELEASE}
1303
1350
  exit ;;
1304
- NSR-?:NONSTOP_KERNEL:*:*)
1351
+ NSR-*:NONSTOP_KERNEL:*:*)
1305
1352
  echo nsr-tandem-nsk${UNAME_RELEASE}
1306
1353
  exit ;;
1354
+ NSX-*:NONSTOP_KERNEL:*:*)
1355
+ echo nsx-tandem-nsk${UNAME_RELEASE}
1356
+ exit ;;
1307
1357
  *:NonStop-UX:*:*)
1308
1358
  echo mips-compaq-nonstopux
1309
1359
  exit ;;
@@ -1317,7 +1367,7 @@ EOF
1317
1367
  # "uname -m" is not consistent, so use $cputype instead. 386
1318
1368
  # is converted to i386 for consistency with other x86
1319
1369
  # operating systems.
1320
- if test "$cputype" = "386"; then
1370
+ if test "$cputype" = 386; then
1321
1371
  UNAME_MACHINE=i386
1322
1372
  else
1323
1373
  UNAME_MACHINE="$cputype"
@@ -1359,7 +1409,7 @@ EOF
1359
1409
  echo i386-pc-xenix
1360
1410
  exit ;;
1361
1411
  i*86:skyos:*:*)
1362
- echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
1412
+ echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
1363
1413
  exit ;;
1364
1414
  i*86:rdos:*:*)
1365
1415
  echo ${UNAME_MACHINE}-pc-rdos
@@ -1370,23 +1420,25 @@ EOF
1370
1420
  x86_64:VMkernel:*:*)
1371
1421
  echo ${UNAME_MACHINE}-unknown-esx
1372
1422
  exit ;;
1423
+ amd64:Isilon\ OneFS:*:*)
1424
+ echo x86_64-unknown-onefs
1425
+ exit ;;
1373
1426
  esac
1374
1427
 
1375
1428
  cat >&2 <<EOF
1376
1429
  $0: unable to guess system type
1377
1430
 
1378
- This script, last modified $timestamp, has failed to recognize
1379
- the operating system you are using. It is advised that you
1380
- download the most up to date version of the config scripts from
1431
+ This script (version $timestamp), has failed to recognize the
1432
+ operating system you are using. If your script is old, overwrite
1433
+ config.guess and config.sub with the latest versions from:
1381
1434
 
1382
- http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1435
+ http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
1383
1436
  and
1384
- http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
1437
+ http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
1385
1438
 
1386
- If the version you run ($0) is already up to date, please
1387
- send the following data and any information you think might be
1388
- pertinent to <config-patches@gnu.org> in order to provide the needed
1389
- information to handle your system.
1439
+ If $0 has already been updated, send the following data and any
1440
+ information you think might be pertinent to config-patches@gnu.org to
1441
+ provide the necessary information to handle your system.
1390
1442
 
1391
1443
  config.guess timestamp = $timestamp
1392
1444