aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/scripts/find-dpdk-contents
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2016-12-02 08:43:40 -0500
committerDamjan Marion <dmarion.lists@gmail.com>2016-12-02 15:56:32 +0000
commit143faaa3459b1a0c36524c76ce94560032723a86 (patch)
tree3d56c43ccb9c109ae0c8048e57b17360af58d218 /build-root/scripts/find-dpdk-contents
parent4933168df31b88c24f03b467cae81a06b784813d (diff)
Coverity warning be gone, VPP-486
Change-Id: I72dc2eca558b4a28ade75f0a6d91840b48630543 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'build-root/scripts/find-dpdk-contents')
0 files changed, 0 insertions, 0 deletions
tring.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
AC_INIT(vpp-api, 1.1.0)
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SUBDIRS([java])
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])

AC_PROG_CC

AC_OUTPUT([python/Makefile])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT