diff options
author | Ole Troan <ot@cisco.com> | 2018-03-07 08:40:58 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2018-03-07 10:53:52 +0000 |
commit | d6743b1d64931627905520081ff3218a2c4bac3e (patch) | |
tree | 12e0ffa619a08b32080eb768382b98a19abad2c8 /src/configure.ac | |
parent | 52ca756c3a4f28c7ef961545ac8e1289fd747b63 (diff) |
VPPAPIGEN: Run tool directly from source tree.
This ensures that tool changes do not require re-bootstrap.
Disabled generation of temporary files (gentab / .pyc) to avoid polluting the source tree.
Change-Id: I4d6bc035fbb46550fa8f4e99f4091eef90e2d86c
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/configure.ac b/src/configure.ac index d9c8a47b582..1ee55e7ba68 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -297,11 +297,6 @@ AM_COND_IF([WITH_MBEDTLS], ], []) ]) -AC_PATH_PROG([VPPAPIGEN], [vppapigen], [no]) -if test "$VPPAPIGEN" = "no"; then - VPPAPIGEN=\$\(top_srcdir\)/tools/vppapigen/vppapigen -fi - ############################################################################### # JAVA ############################################################################### |