Create /plugins directory, move sample-plugin
[vpp.git] / sample-plugin / configure.ac
diff --git a/sample-plugin/configure.ac b/sample-plugin/configure.ac
deleted file mode 100644 (file)
index 7defc83..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-AC_INIT(sample_plugin, 1.0)
-LT_INIT
-AM_INIT_AUTOMAKE
-
-AM_PROG_AS
-AC_PROG_CC
-AM_PROG_CC_C_O
-
-AC_ARG_WITH(plugin-toolkit,
-            AC_HELP_STRING([--with-plugin-toolkit],
-            [build using the vpp toolkit]),
-            [with_plugin_toolkit=${prefix}/include],
-            [with_plugin_toolkit=.])
-
-AC_SUBST(TOOLKIT_INCLUDE,[${with_plugin_toolkit}])
-AM_CONDITIONAL(WITH_PLUGIN_TOOLKIT, test "$with_plugin_toolkit" != ".")
-AC_OUTPUT([Makefile])