summaryrefslogtreecommitdiffstats
path: root/_conntrack/configure.in
blob: 2e835d92904d042c987b3c110e7b311ed683badb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl Process this file with autoconf to create configure.

AC_INIT(libctnetlink.c)
AM_INIT_AUTOMAKE(libctnetlink, 1.04)

AC_PROG_CC
AC_EXEEXT
AM_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)

dnl Output the makefile
AC_OUTPUT(Makefile)