Skip to content

Commit

Permalink
Removed swig m4 macros
Browse files Browse the repository at this point in the history
  • Loading branch information
singh-lokendra committed Jun 18, 2019
1 parent 0c1492d commit c88c8ce
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 587 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -76,4 +76,6 @@
/python/lttoolbox_wrap.cpp
/python/lttoolbox.py
/python/setup.py
/python/build*
/python/build*
*.egg-info/
*.egg
3 changes: 0 additions & 3 deletions configure.ac
Expand Up @@ -143,9 +143,6 @@ static_assert(!is_same<size_t,uint64_t>::value, "size_t == uint64_t");
AM_PATH_PYTHON([3.4], [], [AC_MSG_WARN([Can't generate SWIG wrapper or run tests without Python])])

AC_CONFIG_FILES([python/setup.py])
AX_PKG_SWIG(3.0.4)
AX_SWIG_ENABLE_CXX
AX_SWIG_PYTHON

AC_ARG_ENABLE([python-bindings],
AS_HELP_STRING([--enable-python-bindings],
Expand Down
135 changes: 0 additions & 135 deletions m4/ax_pkg_swig.m4

This file was deleted.

0 comments on commit c88c8ce

Please sign in to comment.