VPP-492: Fix ability to change mac address of the interface
[vpp.git] / vpp-api-test / configure.ac
index 652ddb5..250f74c 100644 (file)
@@ -1,10 +1,9 @@
-AC_INIT(vpe-api-test, 1.0)
+AC_INIT(vpp-api-test, 1.0)
+LT_INIT
 AM_INIT_AUTOMAKE
+AM_SILENT_RULES([yes])
 
-AC_PROG_LIBTOOL
-AM_PROG_AS
 AC_PROG_CC
-AM_PROG_CC_C_O
 
 AC_ARG_WITH(q-plugin-prefix,
             AC_HELP_STRING([--with-q-plugin-prefix],[vlib plugin prefix]),
@@ -16,7 +15,7 @@ AC_ARG_WITH(q-platform,
             AC_HELP_STRING([--with-q-platform],[Build version for given platform (qnative)]),
            [case $with_q_platform in
               qnative) ;;
-               vpe) with_q_platform=vpe;;
+               vpp) with_q_platform=vpp;;
               *) with_q_platform=qnative;;
             esac])