Subject: | [SUGESTION] use PREFIX to adapt config.in |
Hello.
It would be great if config.in could be adapted accordingly with the
PREFIX supplied.
Makefile.PL PREFIX=/opt/foo/bar
then, if xz or lzma is not found in the default location (/usr/local),
infer LIB as /opt/foo/bar/lib and INCLUDE as /opt/foo/bar/include
This would really helpful.
If there is another way to change config.in using parameters on
Makefile.PL, let me know.
Cheers