* Updated perl compile system. It now uses Makefile.PL for everything,
[rrdtool.git] / examples / minmax.pl.in
index 14faecb..29c0169 100755 (executable)
@@ -1,9 +1,6 @@
 #! @PERL@
 
-#makes things work when run without install
-use lib qw( ../bindings/perl-shared/blib/lib ../bindings/perl-shared/blib/arch );
-# this is for after install
-use lib qw( @prefix@/lib/perl ../lib/perl );
+use lib qw( @prefix@/lib/perl );
 
 use RRDs;
 my $start=time;