projects
/
ZOOM-Perl-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f3d83c
)
Introduce helper var yazconf
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 10 Mar 2014 09:59:31 +0000
(10:59 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 10 Mar 2014 09:59:31 +0000
(10:59 +0100)
Makefile.PL
patch
|
blob
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
ce6062b
..
0024abe
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-5,9
+5,10
@@
use 5.008;
use ExtUtils::MakeMaker;
use strict;
-my $yazver = `yaz-config --version`;
-my $yazinc = `yaz-config --cflags threads`;
-my $yazlibs = `yaz-config --libs threads`;
+my $yazconf = "yaz-config";
+my $yazver = `$yazconf --version`;
+my $yazinc = `$yazconf --cflags threads`;
+my $yazlibs = `$yazconf --libs threads`;
if (!$yazver || !$yazinc || !$yazlibs) {
die qq[
ERROR: Unable to call script: yaz-config