2008/1/29, Bernd Jendrissek <[EMAIL PROTECTED]>:
> On Jan 29, 2008 2:29 PM, Peter Stahlir <[EMAIL PROTECTED]> wrote:
> > 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
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_PYT