Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Check for signal mechanism
[simgrid.git] / configure.ac
index 5843484..f6a2023 100644 (file)
@@ -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