From 1fb810430a71eea4c4148d84cb5bff91e1c8b66c Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 7 Jul 2013 08:22:27 +0000 Subject: updated scripts --- configure | 195 +------------------------------------------------------------- 1 file changed, 1 insertion(+), 194 deletions(-) (limited to 'configure') diff --git a/configure b/configure index cd8ad7f..bb68923 100755 --- a/configure +++ b/configure @@ -15393,203 +15393,10 @@ _ACEOF -### Check LLint format -if test x"$ac_cv_sizeof_long" = x"8"; then -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking long printf format" >&5 -$as_echo_n "checking long printf format... " >&6; } -if test "$cross_compiling" = yes; then : - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "cannot run test program while cross compiling -See \`config.log' for more details" "$LINENO" 5; } -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -main() { long int c = -1, d = -1; char* f = "%ld"; sscanf("1234", f, &c, &d); - exit (c != 1234 || d != -1); } - -_ACEOF -if ac_fn_c_try_run "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 -$as_echo "found" >&6; } - -$as_echo "#define LLINT_FORMAT \"%ld\"" >>confdefs.h - - -$as_echo "#define LLINT_TYPE long int" >>confdefs.h - - -else - -if test "$cross_compiling" = yes; then : - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "cannot run test program while cross compiling -See \`config.log' for more details" "$LINENO" 5; } -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -main() { long int c = -1, d = -1; char* f = "%d"; sscanf("1234", f, &c, &d); - exit (c != 1234 || d != -1); } - -_ACEOF -if ac_fn_c_try_run "$LINENO"; then : - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 -$as_echo "found" >&6; } - -$as_echo "#define LLINT_FORMAT \"%d\"" >>confdefs.h - - -$as_echo "#define LLINT_TYPE long int" >>confdefs.h - - -else - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: assuming not on target machine" >&5 -$as_echo "assuming not on target machine" >&6; } - -$as_echo "#define LLINT_FORMAT \"%d\"" >>confdefs.h - - -$as_echo "#define LLINT_TYPE int" >>confdefs.h - - -fi -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ - conftest.$ac_objext conftest.beam conftest.$ac_ext -fi - - -fi -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ - conftest.$ac_objext conftest.beam conftest.$ac_ext -fi - -elif test x"$ac_cv_sizeof_long_long" = x"8"; then -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking long long printf format" >&5 -$as_echo_n "checking long long printf format... " >&6; } -if test "$cross_compiling" = yes; then : - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "cannot run test program while cross compiling -See \`config.log' for more details" "$LINENO" 5; } -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -main() { long long int c = -1, d = -1; char* f = "%lld"; sscanf("1234", f, &c, &d); - exit (c != 1234 || d != -1); } - -_ACEOF -if ac_fn_c_try_run "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 -$as_echo "found" >&6; } - -$as_echo "#define LLINT_FORMAT \"%lld\"" >>confdefs.h - - -$as_echo "#define LLINT_TYPE long long int" >>confdefs.h - - -else - -if test "$cross_compiling" = yes; then : - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "cannot run test program while cross compiling -See \`config.log' for more details" "$LINENO" 5; } -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -main() { long long int c = -1, d = -1; char* f = "%ld"; sscanf("1234", f, &c, &d); - exit (c != 1234 || d != -1); } - -_ACEOF -if ac_fn_c_try_run "$LINENO"; then : - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 -$as_echo "found" >&6; } - -$as_echo "#define LLINT_FORMAT \"%ld\"" >>confdefs.h - - -$as_echo "#define LLINT_TYPE long long int" >>confdefs.h - - -else - -if test "$cross_compiling" = yes; then : - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "cannot run test program while cross compiling -See \`config.log' for more details" "$LINENO" 5; } -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -main() { long long int c = -1, d = -1; char* f = "%d"; sscanf("1234", f, &c, &d); - exit (c != 1234 || d != -1); } - -_ACEOF -if ac_fn_c_try_run "$LINENO"; then : - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 -$as_echo "found" >&6; } - -$as_echo "#define LLINT_FORMAT \"%d\"" >>confdefs.h - - -$as_echo "#define LLINT_TYPE long long int" >>confdefs.h - - -else - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: assuming not on target machine" >&5 -$as_echo "assuming not on target machine" >&6; } - -$as_echo "#define LLINT_FORMAT \"%d\"" >>confdefs.h - - -$as_echo "#define LLINT_TYPE int" >>confdefs.h - - -fi -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ - conftest.$ac_objext conftest.beam conftest.$ac_ext -fi - - -fi -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ - conftest.$ac_objext conftest.beam conftest.$ac_ext -fi - - -fi -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ - conftest.$ac_objext conftest.beam conftest.$ac_ext -fi - -else - -$as_echo "#define LLINT_FORMAT \"%d\"" >>confdefs.h - - -$as_echo "#define LLINT_TYPE int" >>confdefs.h - -fi - ### check for in_addr_t ac_fn_c_check_type "$LINENO" "in_addr_t" "ac_cv_type_in_addr_t" "#include #include +#include " if test "x$ac_cv_type_in_addr_t" = xyes; then : -- cgit v1.2.3