Installing a python script in $PREFIX/bin

2011-08-29 Thread Neal H. Walfield
I'm a bit confused about how to build/install a Python script. I build and install Python modules by placing the following in my my configure.ac file: AM_PATH_PYTHON([2.4]) and the following in a Makefile.am file: python_PYTHON = module1.py module2.py This correctly detects python and inst

header files

2002-08-19 Thread Neal H. Walfield
I am currently in the process of porting the Hurd to the L4 microkernel. At the moment, the Hurd uses custom makefiles which, to be nice, are a jungle. Rather than try to extend them to support a new idl compiler and microkernel dependent files, I decided to try to use automake and autoconf. On