1 2 3 4 5 6 7 8
AC_INIT([latency], [1.1], [freddy77@gmail.com]) AM_INIT_AUTOMAKE([serial-tests -Wall -Werror foreign]) AC_PROG_CC AM_PROG_AR AC_PROG_RANLIB AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile tests/Makefile latency.spec]) AC_OUTPUT