X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/86991b943e9e2b413d2dff3b95824a01d031d317..138ac04d1bc1ecac875ff9013794019efd1450dd:/configure diff --git a/configure b/configure index 015d9de671..d78c046580 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 1.148 . +# From configure.ac Revision: 1.149 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for simgrid 3.3-cvs. # @@ -23625,7 +23625,7 @@ ucontext_t uc_main; void child(void *arg) { - if (arg != (void *)2147483648) + if (arg != (void *)12345) exit(1); if (swapcontext(&uc_child, &uc_main) != 0) exit(2); @@ -23651,7 +23651,7 @@ int main(int argc, char *argv[]) uc_child.uc_stack.ss_sp = (char *)stack+(32*1024); uc_child.uc_stack.ss_size = 32*1024; uc_child.uc_stack.ss_flags = 0; - makecontext(&uc_child, child, 2, (void *)2147483648); + makecontext(&uc_child, child, 2, (void *)12345); /* switch into the user context */ if (swapcontext(&uc_main, &uc_child) != 0) @@ -25701,7 +25701,7 @@ echo "${ECHO_T}${T_MD}Generating files...${T_ME}" >&6 # Tools being embeeded in gramine (stub generator) - ac_config_files="$ac_config_files tools/Makefile tools/gras/Makefile" + ac_config_files="$ac_config_files tools/Makefile tools/gras/Makefile tools/tesh/Makefile" @@ -26340,6 +26340,7 @@ do "src/ucontext_stack.h" ) CONFIG_FILES="$CONFIG_FILES src/ucontext_stack.h" ;; "tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; "tools/gras/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/gras/Makefile" ;; + "tools/tesh/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/tesh/Makefile" ;; "tools/graspe-slave" ) CONFIG_FILES="$CONFIG_FILES tools/graspe-slave" ;; "testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;; "testsuite/run_tests" ) CONFIG_FILES="$CONFIG_FILES testsuite/run_tests" ;;