linuxcnc/scripts/linuxcnc-checklink.in
Damian Wrobel dfbf4c3f63 Fix generating html documentation using python3
Adds a possibility to owerwrite 'checklink' by using:

  $ ac_cv_path_CHECKLINK=<path-to-executable> ./configure

Note: Specifying '/usr/bin/true' as follows:

  $ ac_cv_path_CHECKLINK=/usr/bin/true ./configure

can be used to build the html documentation on machines
(usually builders) which by design disables network access
during a build process.

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2020-05-08 18:00:02 +02:00

2 lines
No EOL
33 B
Bash

#!/bin/sh
exec "@CHECKLINK@" "$@"