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