mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
5 lines
204 B
Plaintext
5 lines
204 B
Plaintext
AC_ARG_WITH(tools,[AS_HELP_STRING([--with-tools],[build the tools in the src/tools sub-directory (useful mainly for development)])],
|
|
[BUILD_TOOLS=yes],[BUILD_TOOLS=no])
|
|
|
|
AC_SUBST(BUILD_TOOLS)
|