more restructuring work
[platform/upstream/libnetfilter_queue.git] / configure.in
1 dnl Process this file with autoconf to create configure.
2
3 AC_INIT(libnfnetlink_queue.c)
4 AM_INIT_AUTOMAKE(libnfnetlink_queue, 0.10)
5
6 AC_PROG_CC
7 AC_EXEEXT
8 AM_PROG_LIBTOOL
9 AC_SUBST(LIBTOOL_DEPS)
10
11 dnl Output the makefile
12 AC_OUTPUT(Makefile)