universe@252: AC_INIT([ucx], [0.13], [olaf.wintermann@gmail.com]) universe@252: AC_CONFIG_AUX_DIR([build-aux]) universe@252: AC_CONFIG_MACRO_DIR([m4]) universe@252: AM_INIT_AUTOMAKE([foreign -Wall -Werror]) universe@252: m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) universe@252: LT_INIT universe@252: AC_PROG_CC universe@252: AC_PROG_CC_STDC universe@252: AC_CONFIG_HEADERS([config.h]) universe@252: AC_CONFIG_FILES([Makefile src/Makefile test/Makefile]) universe@252: AC_OUTPUT universe@252: