X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=b8d6e6b7c4d1fcbb9c1466d748a60bed5652f870;hb=3989e02220f33cffb2de99068f59d7f204b5729e;hp=25c2b3e9b20a7e77472e8b95999e9001c9b4dd3f;hpb=b8325bf3d7fa12253101f10f3b501a8a6df90984;p=sort-networks.git diff --git a/configure.ac b/configure.ac index 25c2b3e..b8d6e6b 100644 --- a/configure.ac +++ b/configure.ac @@ -20,19 +20,27 @@ LT_CONFIG_LTDL_DIR([libltdl]) LT_INIT LTDL_INIT -# Checks for libraries. -AC_CHECK_LIB([m], [powl]) -# FIXME: Replace `main' with a function in `-lpopulation': +if test "x$GCC" = "xyes" +then + CFLAGS="$CFLAGS -std=c99" +fi + +AC_DEFINE([_ISOC99_SOURCE], [1], [Define to use C99]) +AC_DEFINE([_POSIX_C_SOURCE], [200809L], [Set to desired POSIX version]) +AC_DEFINE([_XOPEN_SOURCE], [700], [Set to desired X/Open version]) + +# TODO: Write check for libpopulation #AC_CHECK_LIB([population], [main]) # Checks for header files. -AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h stdint.h stdlib.h string.h strings.h unistd.h]) +AC_HEADER_STDC +AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h stdint.h]) # Checks for typedefs, structures, and compiler characteristics. -AC_TYPE_INT64_T -AC_TYPE_SIZE_T -AC_TYPE_UINT32_T -AC_TYPE_UINT64_T +#AC_TYPE_INT64_T +#AC_TYPE_SIZE_T +#AC_TYPE_UINT32_T +#AC_TYPE_UINT64_T # Checks for library functions. AC_FUNC_MALLOC