Codebase list tayga / upstream/0.9 configure.ac
upstream/0.9

Tree @upstream/0.9 (Download .tar.gz)

configure.ac @upstream/0.9raw · history · blame

AC_INIT(tayga, 0.9)
AC_CONFIG_SRCDIR(nat64.c)
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_CONFIG_HEADERS(config.h)

AC_PROG_CC

CFLAGS='-g -Wall'

tayga_conf_path=${sysconfdir}/tayga.conf

AC_SUBST(tayga_conf_path)

AC_OUTPUT([Makefile])