projects
/
simpleserver-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:
586fe28
)
Revert.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 29 Dec 2009 10:24:12 +0000
(10:24 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 29 Dec 2009 10:24:12 +0000
(10:24 +0000)
Makefile.PL
patch
|
blob
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
a530000
..
264c570
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,10
+1,10
@@
use ExtUtils::MakeMaker;
-## $Id: Makefile.PL,v 1.22 2009-12-29 10:23:22 adam Exp $
+## $Id: Makefile.PL,v 1.23 2009-12-29 10:24:12 adam Exp $
# Use: perl Makefile.PL OPTIMIZE="-O0 -g -Wdeclaration-after-statement"
-my $yazconf = "../yaz/yaz-config";
+my $yazconf = "yaz-config";
my $yazver = `$yazconf --version`;
my $yazinc = `$yazconf --cflags servers`;
my $yazlibs = `$yazconf --libs server`;