summaryrefslogtreecommitdiffstats
path: root/_queue/configure.in
diff options
context:
space:
mode:
Diffstat (limited to '_queue/configure.in')
-rw-r--r--_queue/configure.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/_queue/configure.in b/_queue/configure.in
new file mode 100644
index 0000000..f5cb3a2
--- /dev/null
+++ b/_queue/configure.in
@@ -0,0 +1,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)