Skip to content

Commit 4b39370

Browse files
authored
HELP2MAN=/bin/true?
1 parent 31d23a4 commit 4b39370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/m4/all/conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def _configure_autotools(self):
6464
autotools.flags.extend(["-rtlib=compiler-rt", "-Wno-unused-command-line-argument"])
6565
if self.settings.os == 'Windows':
6666
conf_args.extend(["ac_cv_func__set_invalid_parameter_handler=yes"])
67+
conf_args.extend(["HELP2MAN=/bin/true"])
6768

6869
autotools.configure(args=conf_args, configure_dir=self._source_subfolder, build=build_canonical_name, host=host_canonical_name)
6970
return autotools

0 commit comments

Comments
 (0)