ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
clamav/m4/llvm.m4

11 lines
280 B

AC_DEFUN_ONCE([AC_CONFIG_SUBDIRS_OPTIONAL],
[
AC_REQUIRE([AC_CONFIG_SUBDIRS])
subdirfailed=no
AC_CONFIG_SUBDIRS([$1])
m4_define([_AC_OUTPUT_SUBDIRS],
[
m4_pushdef([AC_MSG_ERROR],[subdirfailed=yes])
]m4_defn([_AC_OUTPUT_SUBDIRS])[
m4_popdef([AC_MSG_ERROR])])
])