Hi!

I want to install a python program at /usr/bin, for example /usr/bin/foo, where
foo is a python script (and no, I don't want a foo.py).

Should I do a
bin_PROGRAMS = foo,
where automake can't find a .o file, or
bin_PROGRAMS = foo
foo_SOURCES = foo,
where automake deletes my file, or
python_PYTHON = foo
where automake installs foo somewhere in <pythonfiles> but not in /usr/bin.

Is there an easy way to do this?

Thank you,

Peter


Reply via email to