jb> The test also guesses the location of autoconf's Perl libraries;
I'm skeptical that any "guessing" of library locations would be reliable
enough.
jb> a more thorough test would locate the autom4te script and grep it
for the perllibdir that was substituted when autoconf was
co
Excuse me:
https://www.gnu.org/software/automake/manual/html_node/Python.html
describe how to package python by automake. I have
$ tree src/foobar
src/foobar
├── __init__.py
├── __main__.py
└── utils
├── a.py
├── b.py
└── c.py
And my Makefil