X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2896a6d8ecfcfc9eece7de4c315b1c3bdeec7adf..b7d4846f96db751134c9b0bb546f40a84a61265b:/configure.ac diff --git a/configure.ac b/configure.ac index 5843484dfc..f6a20233d5 100644 --- a/configure.ac +++ b/configure.ac @@ -36,12 +36,14 @@ AC_CHECK_HEADERS([sys/socket.h \ windows.h winsock.h winsock2.h \ sys/time.h \ errno.h unistd.h \ - execinfo.h]) + execinfo.h\ + signal.h ]) AC_CHECK_FUNCS([gettimeofday usleep \ getdtablesize \ sysconf\ readv\ - popen]) + popen\ + signal]) # check for a working snprintf (or use xbt/snprintf.c, which comes from http://www.ijs.si/software/snprintf/) AC_FUNC_SNPRINTF @@ -264,6 +266,7 @@ AC_CONFIG_FILES([ src/ucontext_stack.h examples/Makefile examples/msg/Makefile examples/msg/run_msg_test + examples/simdag/Makefile examples/gras/Makefile examples/gras/ping/Makefile examples/gras/ping/test_sg examples/gras/ping/test_rl examples/gras/rpc/Makefile examples/gras/rpc/test_sg examples/gras/rpc/test_rl