1. diff -rupN old/build/aclocal.float.m4 new/build/aclocal.float.m4
  2. --- old/build/aclocal.float.m4 2014-10-14 02:46:33.000000000 +0100
  3. +++ new/build/aclocal.float.m4 2014-10-16 17:24:48.197062419 +0100
  4. @@ -31,10 +31,10 @@ int main() { return 0; }
  5. ]])], [
  6. -if strings - conftest | grep noonsees >/dev/null ; then
  7. +if strings - conftest$ac_exeext | grep noonsees >/dev/null ; then
  8. ax_cv_c_float_words_bigendian=yes
  9. fi
  10. -if strings - conftest | grep seesnoon >/dev/null ; then
  11. +if strings - conftest$ac_exeext | grep seesnoon >/dev/null ; then
  12. if test "$ax_cv_c_float_words_bigendian" = unknown; then
  13. ax_cv_c_float_words_bigendian=no
  14. else