I have a package that uses Perl modules that I would like installed in @INC, e.g., in /usr/share/perl5. Searching through the Automake list archives, the most relevant thread I was able to locate was:
http://sourceware.org/ml/automake/2003-05/msg00069.html However, the solution suggested therein spoke of using Stow, while I wish to stick to an Autotools-only setup, where the Perl modules are installed in @INC. I suppose hard-coding perllibdir = $(pkgdatadir)/perl5 would not really be a good idea, or would it? I would appreciate any pointers. Youssef Eldakar Bibliotheca Alexandrina
