summaryrefslogtreecommitdiffstats
path: root/_queue/configure.in
blob: f5cb3a2ef78226a49bb899632e89cd13c25ad288 (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_queue.c)
AM_INIT_AUTOMAKE(libnfnetlink_queue, 0.10)

AC_PROG_CC
AC_EXEEXT
AM_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)

dnl Output the makefile
AC_OUTPUT(Makefile)