echoc/configure.ac

12 lines
273 B
Text
Raw Permalink Normal View History

AC_PREREQ([2.71])
AC_INIT([echoc],[0.6.99],[https://gitlab.laas.fr/matthieu/echoc],[echoc])
2015-09-30 11:31:37 +02:00
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
AC_CHECK_HEADERS([bsd/stdlib.h])
AC_SEARCH_LIBS(strtonum, [bsd])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT