vpp/vpp-api/java/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

20 lines
243 B
Plaintext

AC_INIT(vpp-japi, 1.0.0)
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
AM_SILENT_RULES
AM_PROG_AS
AC_PROG_CC
AM_PROG_CC_C_O
AX_PROG_JAVAC
AX_PROG_JAVAH
AX_PROG_JAR
AX_PROG_JAVADOC
AX_PROG_JAVA
AX_CHECK_JAVA_HOME
AC_OUTPUT([Makefile])