universe@253: # the package version must match the macros in ucx.h universe@253: # if you change the package version, don't forget to adjust the library version universe@253: AC_INIT([ucx], [0.14], [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: