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

AC_INIT(libnfnetlink.c)
AM_INIT_AUTOMAKE(libnfnetlink, 0.01)

AC_PROG_CC
AC_EXEEXT
AM_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)

dnl Output the makefile
AC_OUTPUT(Makefile)