hi, all
The usual way to install a gnu software is
./configure
make
make install
but can you add a install-list target which I can run
make install-list
to see what and where to "install"?
Maybe there already is a solution. If so, can you tell me how to?
bear