updated
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 12 Mar 2002 07:18:06 +0000 (07:18 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 12 Mar 2002 07:18:06 +0000 (07:18 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@93 a5681a0c-68f1-0310-ab6d-d61299d08faa

MakeMakefile
configure.ac
examples/bigtops.pl
examples/piped-demo.pl
examples/shared-demo.pl
examples/stripes.pl

index 75dd4e0..2047f1d 100755 (executable)
@@ -33,12 +33,13 @@ fi
 
 set -x
 find . -name Makefile | xargs rm -f
+find . -name "*.la" | xargs rm -f
 find . -name Makefile.in | xargs rm -f
 
 
 
 # wget ftp://ftp.gnu.org/gnu/libtool/libtool-1.4.2.tar.gz
-libtoolize --copy
+libtoolize --copy --force
 cp ltmain.sh config
 
 # wget ftp://sources.redhat.com/pub/automake/automake-1.5.tar.gz
index 8b9f695..8840664 100644 (file)
@@ -445,7 +445,7 @@ AC_CONFIG_FILES([examples/shared-demo.pl                    \
           libraries/cgilib-0.4/Makefile                 \
           libraries/libart_lgpl-2.3.7/Makefile         \
           libraries/libpng-1.2.0/Makefile              \
-          libraries/zlib-1.1.3/Makefile                        \
+          libraries/zlib-1.1.4/Makefile                        \
           libraries/freetype-2.0.5/Makefile            \
           src/Makefile                                 \
           bindings/Makefile                             \
index 52e77e4..71fa980 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /bin/perl
 
 #makes things work when run without install
 use lib qw( ../bindings/perl-shared/blib/lib ../bindings/perl-shared/blib/arch );
@@ -40,8 +40,6 @@ RRDs::graph "$name.png",
   "AREA:b#00b6e4:beta",
   "AREA:line#0022e9:alpha",
   "LINE3:line#ff0000",
-  "GRPINT:a:AVERAGE:Average a %lf",
-  "GRPINT:b:AVERAGE:Average b %lf";
 
 ;
 
index 34a3ff8..561d926 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl 
+#! /bin/perl 
 
 #makes things work when run without install
 use lib qw( ../bindings/perl-piped/blib/lib  ../lib/perl );
index 0a8bb21..437d463 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl 
+#! /bin/perl 
 
 
 END {
index 5ee8f46..00ad667 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /bin/perl
 
 #makes things work when run without install
 use lib qw( ../bindings/perl-shared/blib/lib ../bindings/perl-shared/blib/arch );