summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorlaforge <laforge>2002-07-29 16:39:07 +0000
committerlaforge <laforge>2002-07-29 16:39:07 +0000
commita68e72a6c2b25218009a42cf088b66b9307a2111 (patch)
tree8e4293a82d1ee0b2983d224af1f3a0234210e8f1 /configure.in
parentdddb0e0640a85f627b4c9a63b1807acc9fb283a1 (diff)
current development state of libnfnetlink/libctnetlink (incomplete)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.in b/configure.in
new file mode 100644
index 0000000..6ebb429
--- /dev/null
+++ b/configure.in
@@ -0,0 +1,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)