I've got a python program that I'm using autoconf/automake with. Problem is
that when it gets installed (in ${exec_prefix}/bin) it doesn't have
executable permissions set. Is there anyway of doing this cleanly with the
python extensions to automake?

At the moment I'm using:

foo_dir = $(exec_prefix)/bin
foo_PYTHON = foo.py

Cheers,

Phil.
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to