Do not compile tools by default
This commit is contained in:
+7
-1
@@ -88,6 +88,12 @@ AC_CONFIG_FILES([Makefile
|
|||||||
tools/similarity/Makefile
|
tools/similarity/Makefile
|
||||||
tools/metadata/Makefile])
|
tools/metadata/Makefile])
|
||||||
|
|
||||||
|
AC_ARG_ENABLE([tools],
|
||||||
|
[AC_HELP_STRING([--enable-tools], [Build the tools])],
|
||||||
|
[:],
|
||||||
|
[enable_tools=no])
|
||||||
|
|
||||||
|
AM_CONDITIONAL([BUILD_TOOLS], [test "$enable_tools" = "yes"])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,4 @@
|
|||||||
|
if BUILD_TOOLS
|
||||||
SUBDIRS = similarity metadata
|
SUBDIRS = similarity metadata
|
||||||
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user