Handle aclocal.

This commit is contained in:
Jelmer Vernooij 2021-03-23 22:56:03 +00:00
parent 89417574ee
commit 362ed8df9a

View file

@ -259,7 +259,9 @@ GENERATED_FILE_SEARCHER = GeneratedFileSearcher(
{
"/etc/locale.gen": "locales",
# Alternative
"/usr/bin/rst2html": "/usr/share/docutils/scripts/python3/rst2html",
"/usr/bin/rst2html": "python3-docutils",
# aclocal is a symlink to aclocal-1.XY
"/usr/bin/aclocal": "automake",
}
)