vpp/vpp-api/configure.ac
Ole Troan 6855f6cdfe Python-API: Inital commit of Python bindings for the VPP API.
See: https://wiki.fd.io/view/VPP/Python_API

Change-Id: If135fc32208c7031787e1935b399d930e0e1ea1f
Signed-off-by: Ole Troan <ot@cisco.com>
2016-04-20 16:50:29 +00:00

16 lines
224 B
Plaintext

AC_INIT(vpp-api, 1.0.0)
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SUBDIRS([java])
AM_INIT_AUTOMAKE
AM_SILENT_RULES
AM_PROG_AS
AC_PROG_CC
AM_PROG_CC_C_O
AC_OUTPUT([python/Makefile])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT