Wed, 18 Oct 2017 12:03:44 +0200
removes custom make files and adds autoconf support
AC_INIT([ucx], [0.13], [olaf.wintermann@gmail.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign -Wall -Werror]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) LT_INIT AC_PROG_CC AC_PROG_CC_STDC AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile src/Makefile test/Makefile]) AC_OUTPUT