Alien-FFTW3
view release on metacpan or search on metacpan
# a directory called "pkgconfig" in the same place it is putting the
# libraries themselves. That prevents us from specifying that it
# put them in, say, /usr/share/pkgconfig or someplace sane like that.
#
# Since we don't want multiple .pc files floating around, the most
# straightforward way out of the dilemma is to force the libraries to be
# installed in a lib path (if available) that is in the pkg-config
# default path.
#
# Also, we need to ensure we stick the .pc files for this installation
# into a place where pkg-config looks by defauls, so that it will find
# them. So try some heuristics here.
my $first_lib64 = "";
my $first_lib = "";
my $first_share_pc = "";
my $bonus_install_command = "";
my $dest_libdir = "";
my $prefix = "";
if (my $s = `pkg-config --variable pc_path pkg-config`) {
( run in 0.390 second using v1.01-cache-2.11-cpan-64827b87656 )