changeset 934 | 003736604835 |
parent 921 | 818510fa3d99 |
child 939 | 1559584ca634 |
4:2a40e6fd5316 | 5:543b02d51614 |
---|---|
25 |
25 |
26 dnl Checks for library functions. |
26 dnl Checks for library functions. |
27 AC_HEADER_STDC |
27 AC_HEADER_STDC |
28 AC_CHECK_FUNCS(gettimeofday) |
28 AC_CHECK_FUNCS(gettimeofday) |
29 |
29 |
30 AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile]) |
30 AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile src/demo/Makefile]) |
31 AC_OUTPUT |
31 AC_OUTPUT |