configure.ac
changeset 1233 f3d856bf1ebf
parent 1163 eb4e28715baf
child 1304 c9c2e90b2342
equal deleted inserted replaced
8:47c37533411b 9:bdbbf2b3633f
    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 times ctime_r)
    28 AC_CHECK_FUNCS(gettimeofday times ctime_r)
    29 
    29 
    30 AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile src/demo/Makefile])
    30 AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile src/demo/Makefile autopackage/default.apspec])
    31 AC_OUTPUT
    31 AC_OUTPUT