firejail/.github
For compliance reasons, we're required e07510100f
build: remove unused install.sh (#7124)
install.sh was used for AC_PROG_INSTALL, which was removed in
4421517c55 (corresponding PR #5133)

From the manual of GNU Autoconf (version 2.73):

>     Autoconf comes with a copy of ‘install-sh’ that you can use.  If
>     you use ‘AC_PROG_INSTALL’, you must include ‘install-sh’ in your
>     distribution; otherwise ‘autoreconf’ and ‘configure’ will produce
>     an error message saying they can’t find it—even if the system
>     you’re on has a good ‘install’ program.  This check is a safety
>     measure to prevent you from accidentally leaving that file out,
>     which would prevent your package from installing on systems that
>     don’t have a BSD-compatible ‘install’ program.

If install-sh wasn't found, configure would check for install.sh in
srcdir. install.sh is a placeholder that does nothing, without it
configure would abort.
2026-04-02 11:55:42 +00:00
..
ISSUE_TEMPLATE docs: update supported version to 0.9.80 2026-03-15 03:06:35 -03:00
workflows build: remove unused install.sh (#7124) 2026-04-02 11:55:42 +00:00
.editorconfig editorconfig: add indentation rules 2023-02-20 18:07:09 -03:00
dependabot.yml ci: make dependabot updates monthly and bump PR limit (#6338) 2024-05-18 06:54:23 +00:00
pull_request_template.md docs: line-wrap markdown and use double-spacing 2023-03-26 13:52:11 -03:00