autoconf/automake guru wanted [gnuplot-4.0 with patches]

Fernan Aguero fernan at iib.unsam.edu.ar
Wed Apr 28 08:07:25 PDT 2004


Hi!

I came across a specific need for my day job. For this I
need a patched version of gnuplot. See:
http://www.bmsc.washington.edu/people/merritt/gnuplot/

The problem is that the patches apply to v4.0 of gnuplot,
which is not in the ports collection. So, after writing the
maintainer and not receiving a reply, I decided to go ahead
and try to update the gnuplot port to v4.0 and at the same
time include (perhaps as an option) the patches I need.

So I downloaded the gnuplot-4.0.0 sources, and started
working:
i) gnuplot 4.0.0 configures and builds fine on FreeBSD-4.9
without modifying it or porting it.
ii) the mentioned patches (datastrings/histograms) apply
cleanly to 4.0.0

However, both patches require that I run autoconf
after applying them. And here I started having problems,
because I really do not understand i) how autoconf/automake
work and ii) how FreeBSD deals with different conf/make
versions.

After applying the patches I ran autoconf259 (I also have
autoconf213 in my system), which gave no error or signs.
Next, I ran configure using the new options
'--enable-datastrings and --enable-histograms'. Configure
does not produce any errors, however upon calling 'make'
there are some errors about missing 'aclocal', 'autoheader',
'autoconf' and then a re-check happens which re-runs
configure and make. At this time there are errors about a
missing 'automake-1.7'.

I have attached the output of what I've done, so you can see
for youselves.

My questions:
Do these errors about missing auto[conf/header/make] come
from the way FreeBSD deals with different versions of them?
If so, would using bsd.port.mk (i.e. writing a port skeleton
that uses autoconf/make whatever) or some other magic fix
it?
If so, how should I go about writing such a port skeleton?
>From reading bsd.autotools.mk I now know that if I call
USE_AUTOCONF, then autoconf would be called before calling
configure. But I am still completely ignorant about what
versions of auto[conf/header/make/etc] are required by
gnuplot-4.0.0. How do I get to know this?

Thanks in advance for any help,

Fernan

-- 
F e r n a n   A g u e r o
http://genoma.unsam.edu.ar/~fernan
-------------- next part --------------
Script started on Wed Apr 28 11:37:53 2004
You have 61 mail messages.
[fernan at pi] ./configure --enable-datastrings --enable-histogramsautoconf259patch -p1 < ../histograms_4.0.patchdatastring

Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/configure.in gnuplot-cvs/configure.in
|--- gnuplot/configure.in	2004-03-31 16:40:41.000000000 -0800
|+++ gnuplot-cvs/configure.in	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file configure.in using Plan A...
Hunk #1 succeeded at 735.
Hunk #2 succeeded at 965.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/demo/ctg-y2.dat gnuplot-cvs/demo/ctg-y2.dat
|--- gnuplot/demo/ctg-y2.dat	1969-12-31 16:00:00.000000000 -0800
|+++ gnuplot-cvs/demo/ctg-y2.dat	2004-04-16 17:37:12.000000000 -0700
--------------------------
(Creating file demo/ctg-y2.dat...)
Patching file demo/ctg-y2.dat using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/demo/datastrings.dem gnuplot-cvs/demo/datastrings.dem
|--- gnuplot/demo/datastrings.dem	1969-12-31 16:00:00.000000000 -0800
|+++ gnuplot-cvs/demo/datastrings.dem	2004-04-16 17:37:12.000000000 -0700
--------------------------
(Creating file demo/datastrings.dem...)
Patching file demo/datastrings.dem using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/demo/labelplot.pdb gnuplot-cvs/demo/labelplot.pdb
|--- gnuplot/demo/labelplot.pdb	1969-12-31 16:00:00.000000000 -0800
|+++ gnuplot-cvs/demo/labelplot.pdb	2004-04-16 17:37:12.000000000 -0700
--------------------------
(Creating file demo/labelplot.pdb...)
Patching file demo/labelplot.pdb using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/demo/nearmap.csv gnuplot-cvs/demo/nearmap.csv
|--- gnuplot/demo/nearmap.csv	1969-12-31 16:00:00.000000000 -0800
|+++ gnuplot-cvs/demo/nearmap.csv	2004-04-16 17:37:12.000000000 -0700
--------------------------
(Creating file demo/nearmap.csv...)
Patching file demo/nearmap.csv using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/demo/starmap.dem gnuplot-cvs/demo/starmap.dem
|--- gnuplot/demo/starmap.dem	1969-12-31 16:00:00.000000000 -0800
|+++ gnuplot-cvs/demo/starmap.dem	2004-04-16 17:37:12.000000000 -0700
--------------------------
(Creating file demo/starmap.dem...)
Patching file demo/starmap.dem using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/demo/table.dat gnuplot-cvs/demo/table.dat
|--- gnuplot/demo/table.dat	1969-12-31 16:00:00.000000000 -0800
|+++ gnuplot-cvs/demo/table.dat	2004-04-16 17:37:12.000000000 -0700
--------------------------
(Creating file demo/table.dat...)
Patching file demo/table.dat using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/docs/gnuplot.doc gnuplot-cvs/docs/gnuplot.doc
|--- gnuplot/docs/gnuplot.doc	2004-04-16 09:48:04.000000000 -0700
|+++ gnuplot-cvs/docs/gnuplot.doc	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file docs/gnuplot.doc using Plan A...
Hunk #1 succeeded at 564.
Hunk #2 succeeded at 2999.
Hunk #3 succeeded at 3298.
Hunk #4 succeeded at 5196.
Hunk #5 succeeded at 5245.
Hunk #6 succeeded at 7026.
Hunk #7 succeeded at 7303.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/axis.c gnuplot-cvs/src/axis.c
|--- gnuplot/src/axis.c	2004-04-13 23:08:26.000000000 -0700
|+++ gnuplot-cvs/src/axis.c	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/axis.c using Plan A...
Hunk #1 succeeded at 45.
Hunk #2 succeeded at 1617.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/axis.h gnuplot-cvs/src/axis.h
|--- gnuplot/src/axis.h	2004-04-13 23:08:26.000000000 -0700
|+++ gnuplot-cvs/src/axis.h	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/axis.h using Plan A...
Hunk #1 succeeded at 639.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/datafile.c gnuplot-cvs/src/datafile.c
|--- gnuplot/src/datafile.c	2004-04-13 23:08:26.000000000 -0700
|+++ gnuplot-cvs/src/datafile.c	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/datafile.c using Plan A...
Hunk #1 succeeded at 74.
Hunk #2 succeeded at 154.
Hunk #3 succeeded at 174.
Hunk #4 succeeded at 267.
Hunk #5 succeeded at 282.
Hunk #6 succeeded at 352.
Hunk #7 succeeded at 376.
Hunk #8 succeeded at 401.
Hunk #9 succeeded at 632.
Hunk #10 succeeded at 663.
Hunk #11 succeeded at 746.
Hunk #12 succeeded at 773.
Hunk #13 succeeded at 854.
Hunk #14 succeeded at 1001.
Hunk #15 succeeded at 1044.
Hunk #16 succeeded at 1079.
Hunk #17 succeeded at 1202.
Hunk #18 succeeded at 1233.
Hunk #19 succeeded at 1331.
Hunk #20 succeeded at 1363.
Hunk #21 succeeded at 1686.
Hunk #22 succeeded at 1750.
Hunk #23 succeeded at 1803.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/datafile.h gnuplot-cvs/src/datafile.h
|--- gnuplot/src/datafile.h	2004-04-13 23:08:26.000000000 -0700
|+++ gnuplot-cvs/src/datafile.h	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/datafile.h using Plan A...
Hunk #1 succeeded at 49.
Hunk #2 succeeded at 64.
Hunk #3 succeeded at 82.
Hunk #4 succeeded at 108.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/gadgets.c gnuplot-cvs/src/gadgets.c
|--- gnuplot/src/gadgets.c	2004-04-13 23:08:27.000000000 -0700
|+++ gnuplot-cvs/src/gadgets.c	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/gadgets.c using Plan A...
Hunk #1 succeeded at 423.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/gadgets.h gnuplot-cvs/src/gadgets.h
|--- gnuplot/src/gadgets.h	2004-04-13 23:08:27.000000000 -0700
|+++ gnuplot-cvs/src/gadgets.h	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/gadgets.h using Plan A...
Hunk #1 succeeded at 187.
Hunk #2 succeeded at 202.
Hunk #3 succeeded at 226.
Hunk #4 succeeded at 329.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/gp_types.h gnuplot-cvs/src/gp_types.h
|--- gnuplot/src/gp_types.h	2004-04-13 23:08:27.000000000 -0700
|+++ gnuplot-cvs/src/gp_types.h	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/gp_types.h using Plan A...
Hunk #1 succeeded at 99.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/graph3d.c gnuplot-cvs/src/graph3d.c
|--- gnuplot/src/graph3d.c	2004-04-13 23:08:27.000000000 -0700
|+++ gnuplot-cvs/src/graph3d.c	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/graph3d.c using Plan A...
Hunk #1 succeeded at 1059.
Hunk #2 succeeded at 1141.
Hunk #3 succeeded at 1207.
Hunk #4 succeeded at 1262.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/graph3d.h gnuplot-cvs/src/graph3d.h
|--- gnuplot/src/graph3d.h	2004-04-13 23:08:27.000000000 -0700
|+++ gnuplot-cvs/src/graph3d.h	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/graph3d.h using Plan A...
Hunk #1 succeeded at 96.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/graphics.c gnuplot-cvs/src/graphics.c
|--- gnuplot/src/graphics.c	2004-04-13 23:08:27.000000000 -0700
|+++ gnuplot-cvs/src/graphics.c	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/graphics.c using Plan A...
Hunk #1 succeeded at 1521.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/graphics.h gnuplot-cvs/src/graphics.h
|--- gnuplot/src/graphics.h	2004-04-13 23:08:27.000000000 -0700
|+++ gnuplot-cvs/src/graphics.h	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/graphics.h using Plan A...
Hunk #1 succeeded at 53.
Hunk #2 succeeded at 68.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/misc.c gnuplot-cvs/src/misc.c
|--- gnuplot/src/misc.c	2004-04-13 23:08:28.000000000 -0700
|+++ gnuplot-cvs/src/misc.c	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/misc.c using Plan A...
Hunk #1 succeeded at 1065.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/plot2d.c gnuplot-cvs/src/plot2d.c
|--- gnuplot/src/plot2d.c	2004-04-13 23:08:28.000000000 -0700
|+++ gnuplot-cvs/src/plot2d.c	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/plot2d.c using Plan A...
Hunk #1 succeeded at 34.
Hunk #2 succeeded at 48.
Hunk #3 succeeded at 109.
Hunk #4 succeeded at 172.
Hunk #5 succeeded at 240.
Hunk #6 succeeded at 256.
Hunk #7 succeeded at 310.
Hunk #8 succeeded at 374.
Hunk #9 succeeded at 459.
Hunk #10 succeeded at 686.
Hunk #11 succeeded at 1007.
Hunk #12 succeeded at 1031.
Hunk #13 succeeded at 1195.
Hunk #14 succeeded at 1209.
Hunk #15 succeeded at 1294.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/plot2d.h gnuplot-cvs/src/plot2d.h
|--- gnuplot/src/plot2d.h	2004-04-13 23:08:28.000000000 -0700
|+++ gnuplot-cvs/src/plot2d.h	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/plot2d.h using Plan A...
Hunk #1 succeeded at 54.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/plot3d.c gnuplot-cvs/src/plot3d.c
|--- gnuplot/src/plot3d.c	2004-04-13 23:08:28.000000000 -0700
|+++ gnuplot-cvs/src/plot3d.c	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/plot3d.c using Plan A...
Hunk #1 succeeded at 47.
Hunk #2 succeeded at 146.
Hunk #3 succeeded at 219.
Hunk #4 succeeded at 622.
Hunk #5 succeeded at 670.
Hunk #6 succeeded at 740.
Hunk #7 succeeded at 841.
Hunk #8 succeeded at 919.
Hunk #9 succeeded at 1139.
Hunk #10 succeeded at 1176.
Hunk #11 succeeded at 1257.
Hunk #12 succeeded at 1310.
Hunk #13 succeeded at 1330.
Hunk #14 succeeded at 1371.
Hunk #15 succeeded at 1383.
Hunk #16 succeeded at 1401.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/save.c gnuplot-cvs/src/save.c
|--- gnuplot/src/save.c	2004-04-13 23:08:29.000000000 -0700
|+++ gnuplot-cvs/src/save.c	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/save.c using Plan A...
Hunk #1 succeeded at 366.
Hunk #2 succeeded at 1086.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/set.c gnuplot-cvs/src/set.c
|--- gnuplot/src/set.c	2004-04-13 23:08:29.000000000 -0700
|+++ gnuplot-cvs/src/set.c	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/set.c using Plan A...
Hunk #1 succeeded at 147.
Hunk #2 succeeded at 158.
Hunk #3 succeeded at 1573.
Hunk #4 succeeded at 3043.
Hunk #5 succeeded at 3953.
Hunk #6 succeeded at 4242.
Hunk #7 succeeded at 4274.
Hunk #8 succeeded at 4419.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/setshow.h gnuplot-cvs/src/setshow.h
|--- gnuplot/src/setshow.h	2004-04-13 23:08:29.000000000 -0700
|+++ gnuplot-cvs/src/setshow.h	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/setshow.h using Plan A...
Hunk #1 succeeded at 82.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/show.c gnuplot-cvs/src/show.c
|--- gnuplot/src/show.c	2004-04-15 10:04:50.000000000 -0700
|+++ gnuplot-cvs/src/show.c	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/show.c using Plan A...
Hunk #1 succeeded at 1711.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/tables.c gnuplot-cvs/src/tables.c
|--- gnuplot/src/tables.c	2004-04-13 23:08:29.000000000 -0700
|+++ gnuplot-cvs/src/tables.c	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/tables.c using Plan A...
Hunk #1 succeeded at 594.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/util.c gnuplot-cvs/src/util.c
|--- gnuplot/src/util.c	2004-04-13 23:08:30.000000000 -0700
|+++ gnuplot-cvs/src/util.c	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/util.c using Plan A...
Hunk #1 succeeded at 59.
Hunk #2 succeeded at 978.
Hunk #3 succeeded at 1017.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot/src/util.h gnuplot-cvs/src/util.h
|--- gnuplot/src/util.h	2004-04-13 23:08:30.000000000 -0700
|+++ gnuplot-cvs/src/util.h	2004-04-16 17:37:12.000000000 -0700
--------------------------
Patching file src/util.h using Plan A...
Hunk #1 succeeded at 73.
done
[fernan at pi] patch -p1 < ../datastrings_4.0.patch./configure --enable-datastrings --enable-histogramsautoconf259patch -p1 < ../histograms_4.0.patch

Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/configure.in gnuplot-eam/configure.in
|--- gnuplot-datastrings/configure.in	2004-04-14 10:49:27.000000000 -0700
|+++ gnuplot-eam/configure.in	2004-04-14 10:50:54.000000000 -0700
--------------------------
Patching file configure.in using Plan A...
Hunk #1 succeeded at 743.
Hunk #2 succeeded at 977.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/demo/histograms.dem gnuplot-eam/demo/histograms.dem
|--- gnuplot-datastrings/demo/histograms.dem	1969-12-31 16:00:00.000000000 -0800
|+++ gnuplot-eam/demo/histograms.dem	2004-04-14 10:50:54.000000000 -0700
--------------------------
(Creating file demo/histograms.dem...)
Patching file demo/histograms.dem using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/demo/immigration.dat gnuplot-eam/demo/immigration.dat
|--- gnuplot-datastrings/demo/immigration.dat	1969-12-31 16:00:00.000000000 -0800
|+++ gnuplot-eam/demo/immigration.dat	2004-04-14 10:50:54.000000000 -0700
--------------------------
(Creating file demo/immigration.dat...)
Patching file demo/immigration.dat using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/docs/gnuplot.doc gnuplot-eam/docs/gnuplot.doc
|--- gnuplot-datastrings/docs/gnuplot.doc	2004-04-14 10:49:27.000000000 -0700
|+++ gnuplot-eam/docs/gnuplot.doc	2004-04-14 10:50:54.000000000 -0700
--------------------------
Patching file docs/gnuplot.doc using Plan A...
Hunk #1 succeeded at 3299.
Hunk #2 succeeded at 4011.
Hunk #3 succeeded at 5192.
Hunk #4 succeeded at 5218.
Hunk #5 succeeded at 5268.
Hunk #6 succeeded at 6791.
Hunk #7 succeeded at 6894.
Hunk #8 succeeded at 7044.
Hunk #9 succeeded at 7148.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/datafile.c gnuplot-eam/src/datafile.c
|--- gnuplot-datastrings/src/datafile.c	2004-04-14 10:49:27.000000000 -0700
|+++ gnuplot-eam/src/datafile.c	2004-04-14 10:50:55.000000000 -0700
--------------------------
Patching file src/datafile.c using Plan A...
Hunk #1 succeeded at 178.
Hunk #2 succeeded at 194.
Hunk #3 succeeded at 205.
Hunk #4 succeeded at 1029.
Hunk #5 succeeded at 1302.
Hunk #6 succeeded at 1847.
Hunk #7 succeeded at 1892.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/datafile.h gnuplot-eam/src/datafile.h
|--- gnuplot-datastrings/src/datafile.h	2004-04-14 10:49:27.000000000 -0700
|+++ gnuplot-eam/src/datafile.h	2004-04-14 10:50:55.000000000 -0700
--------------------------
Patching file src/datafile.h using Plan A...
Hunk #1 succeeded at 53.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/gadgets.c gnuplot-eam/src/gadgets.c
|--- gnuplot-datastrings/src/gadgets.c	2004-04-14 10:49:27.000000000 -0700
|+++ gnuplot-eam/src/gadgets.c	2004-04-14 10:50:55.000000000 -0700
--------------------------
Patching file src/gadgets.c using Plan A...
Hunk #1 succeeded at 143.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/gadgets.h gnuplot-eam/src/gadgets.h
|--- gnuplot-datastrings/src/gadgets.h	2004-04-14 10:49:27.000000000 -0700
|+++ gnuplot-eam/src/gadgets.h	2004-04-14 10:50:55.000000000 -0700
--------------------------
Patching file src/gadgets.h using Plan A...
Hunk #1 succeeded at 177.
Hunk #2 succeeded at 224.
Hunk #3 succeeded at 247.
Hunk #4 succeeded at 349.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/gp_types.h gnuplot-eam/src/gp_types.h
|--- gnuplot-datastrings/src/gp_types.h	2004-04-14 10:49:27.000000000 -0700
|+++ gnuplot-eam/src/gp_types.h	2004-04-14 10:50:55.000000000 -0700
--------------------------
Patching file src/gp_types.h using Plan A...
Hunk #1 succeeded at 102.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/graph3d.c gnuplot-eam/src/graph3d.c
|--- gnuplot-datastrings/src/graph3d.c	2004-04-14 10:49:27.000000000 -0700
|+++ gnuplot-eam/src/graph3d.c	2004-04-14 10:50:55.000000000 -0700
--------------------------
Patching file src/graph3d.c using Plan A...
Hunk #1 succeeded at 1065.
Hunk #2 succeeded at 1145.
Hunk #3 succeeded at 1192.
Hunk #4 succeeded at 1215.
Hunk #5 succeeded at 1274.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/graphics.c gnuplot-eam/src/graphics.c
|--- gnuplot-datastrings/src/graphics.c	2004-04-16 17:37:12.000000000 -0700
|+++ gnuplot-eam/src/graphics.c	2004-04-16 17:30:25.000000000 -0700
--------------------------
Patching file src/graphics.c using Plan A...
Hunk #1 succeeded at 102.
Hunk #2 succeeded at 224.
Hunk #3 succeeded at 232.
Hunk #4 succeeded at 542.
Hunk #5 succeeded at 582.
Hunk #6 succeeded at 1395.
Hunk #7 succeeded at 1434.
Hunk #8 succeeded at 1542.
Hunk #9 succeeded at 1598.
Hunk #10 succeeded at 1620.
Hunk #11 succeeded at 2585.
Hunk #12 succeeded at 2672.
Hunk #13 succeeded at 2730.
Hunk #14 succeeded at 2754.
Hunk #15 succeeded at 2773.
Hunk #16 succeeded at 2796.
Hunk #17 succeeded at 4130.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/graphics.h gnuplot-eam/src/graphics.h
|--- gnuplot-datastrings/src/graphics.h	2004-04-14 10:49:27.000000000 -0700
|+++ gnuplot-eam/src/graphics.h	2004-04-14 10:50:55.000000000 -0700
--------------------------
Patching file src/graphics.h using Plan A...
Hunk #1 succeeded at 71.
Hunk #2 succeeded at 108.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/plot2d.c gnuplot-eam/src/plot2d.c
|--- gnuplot-datastrings/src/plot2d.c	2004-04-16 17:37:12.000000000 -0700
|+++ gnuplot-eam/src/plot2d.c	2004-04-16 17:23:31.000000000 -0700
--------------------------
Patching file src/plot2d.c using Plan A...
Hunk #1 succeeded at 68.
Hunk #2 succeeded at 85.
Hunk #3 succeeded at 120.
Hunk #4 succeeded at 311.
Hunk #5 succeeded at 357.
Hunk #6 succeeded at 385.
Hunk #7 succeeded at 447.
Hunk #8 succeeded at 640.
Hunk #9 succeeded at 751.
Hunk #10 succeeded at 1100.
Hunk #11 succeeded at 1137.
Hunk #12 succeeded at 1525.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/save.c gnuplot-eam/src/save.c
|--- gnuplot-datastrings/src/save.c	2004-04-14 10:49:27.000000000 -0700
|+++ gnuplot-eam/src/save.c	2004-04-14 10:50:55.000000000 -0700
--------------------------
Patching file src/save.c using Plan A...
Hunk #1 succeeded at 366.
Hunk #2 succeeded at 478.
Hunk #3 succeeded at 1065.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/set.c gnuplot-eam/src/set.c
|--- gnuplot-datastrings/src/set.c	2004-04-14 10:49:27.000000000 -0700
|+++ gnuplot-eam/src/set.c	2004-04-14 10:50:55.000000000 -0700
--------------------------
Patching file src/set.c using Plan A...
Hunk #1 succeeded at 165.
Hunk #2 succeeded at 217.
Hunk #3 succeeded at 1537.
Hunk #4 succeeded at 3062.
Hunk #5 succeeded at 3091.
Hunk #6 succeeded at 4485.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/show.c gnuplot-eam/src/show.c
|--- gnuplot-datastrings/src/show.c	2004-04-14 10:49:27.000000000 -0700
|+++ gnuplot-eam/src/show.c	2004-04-14 10:50:55.000000000 -0700
--------------------------
Patching file src/show.c using Plan A...
Hunk #1 succeeded at 128.
Hunk #2 succeeded at 1397.
Hunk #3 succeeded at 1417.
Hunk #4 succeeded at 1710.
Hunk #5 succeeded at 2395.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/tables.c gnuplot-eam/src/tables.c
|--- gnuplot-datastrings/src/tables.c	2004-04-14 10:49:27.000000000 -0700
|+++ gnuplot-eam/src/tables.c	2004-04-14 10:50:55.000000000 -0700
--------------------------
Patching file src/tables.c using Plan A...
Hunk #1 succeeded at 367.
Hunk #2 succeeded at 562.
Hunk #3 succeeded at 585.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/tables.h gnuplot-eam/src/tables.h
|--- gnuplot-datastrings/src/tables.h	2004-04-13 23:08:29.000000000 -0700
|+++ gnuplot-eam/src/tables.h	2004-04-14 10:50:55.000000000 -0700
--------------------------
Patching file src/tables.h using Plan A...
Hunk #1 succeeded at 126.
Hunk #2 succeeded at 176.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urNP gnuplot-datastrings/src/unset.c gnuplot-eam/src/unset.c
|--- gnuplot-datastrings/src/unset.c	2004-04-13 23:08:30.000000000 -0700
|+++ gnuplot-eam/src/unset.c	2004-04-14 10:50:55.000000000 -0700
--------------------------
Patching file src/unset.c using Plan A...
Hunk #1 succeeded at 83.
Hunk #2 succeeded at 815.
Hunk #3 succeeded at 1214.
Hunk #4 succeeded at 1241.
Hunk #5 succeeded at 1548.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- gnuplot/demo/histograms2.dem	1969-12-31 16:00:00.000000000 -0800
|+++ gnuplot-eam/demo/histograms2.dem	2004-04-16 21:51:54.000000000 -0700
--------------------------
(Creating file demo/histograms2.dem...)
Patching file demo/histograms2.dem using Plan A...
Hunk #1 succeeded at 1.
done
[fernan at pi] patch -p1 < ../histograms_4.0.patchdatastring./configure --enable-datastrings --enable-histogramsautoconf259

[fernan at pi] autoconf259patch -p1 < ../histograms_4.0.patchdatastring./configure --enable-datastrings --enable-histograms

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for function prototypes... yes
checking for ANSI C header files... yes
checking for string.h... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for preprocessor stringizing operator... yes
checking for emacs... no
checking for xemacs... no
checking for tex... tex
checking for latex... latex
checking for pdflatex... pdflatex
checking for dvips... dvips
checking for troff... troff
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for MS-DOS/djgpp/libGRX... no
checking for NeXT... no
checking for Apple MacOS X... no
checking for BeOS... no
checking for sin... no
checking for sin in -lm... yes
checking for ANSI C header files... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/bsdtypes.h usability... no
checking sys/bsdtypes.h presence... no
checking for sys/bsdtypes.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for struct exception in math.h... yes
checking whether stat file-mode macros are broken... no
checking for unistd.h... yes
checking if errno variable is declared... yes
checking for size_t... yes
checking for time_t in time.h... yes
checking return type of signal handlers... void
checking for atexit... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for on_exit... no
checking for bcopy... yes
checking for bzero... yes
checking for setvbuf... yes
checking for strerror... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for index... yes
checking for rindex... yes
checking for erf... yes
checking for erfc... yes
checking for gamma... yes
checking for lgamma... yes
checking for getcwd... yes
checking for poll... yes
checking for pclose... yes
checking for popen... yes
checking for select... yes
checking for sleep... yes
checking for snprintf... yes
checking for stpcpy... no
checking for strcspn... yes
checking for strdup... yes
checking for strcasecmp... yes
checking for stricmp... no
checking for strncasecmp... yes
checking for strnicmp... no
checking for sysinfo... no
checking for tcgetattr... yes
checking for vfprintf... yes
checking for doprnt... no
checking for usleep... yes
checking whether signgam is declared... yes
checking for sigsetjmp... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for deflate in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for libpng-config... no
checking for png_create_write_struct in -lpng... no
checking png.h usability... no
checking png.h presence... no
checking for png.h... no
checking libpng/png.h usability... no
checking libpng/png.h presence... no
checking for libpng/png.h... no
checking for gdlib-config... no
checking for gdImageCreate in -lgd... no
checking for pdflib-config... /usr/local/bin/pdflib-config
checking for PDF_get_majorversion in -lpdf... yes
checking pdflib.h usability... yes
checking pdflib.h presence... yes
checking for pdflib.h... yes
checking for PDF_begin_pattern in -lpdf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating demo/Makefile
config.status: creating docs/Makefile
config.status: creating m4/Makefile
config.status: creating man/Makefile
config.status: creating src/Makefile
config.status: creating term/Makefile
config.status: creating tutorial/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
configure: configuring in lisp
configure: running /bin/bash './configure' --prefix=/usr/local  '--enable-datastrings' '--enable-histograms' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for emacs... no
checking for xemacs... no
checking for dvips... dvips
checking for latex... latex
checking for makeinfo... /usr/bin/makeinfo
checking for pdflatex... pdflatex
checking for emacs version... none found
checking whether info-look.el is needed... using none
configure: creating ./config.status
config.status: creating Makefile

** Configuration summary for gnuplot 4.0.0:

  Where is the help file?           /usr/local/share/gnuplot/4.0/gnuplot.gih

  Use builtin minimal readline
    using old driver
  Enable generation of PDF files
  Build gnuplot-mode for X/Emacs
  Build LaTeX tutorial
  Use the X Window System 
  Enable mouse for X11
  Enable pm3d
  Enable filledboxes
  Enable relative boxwidths
  Enable defined(variable) test
  Enable string-handling in datafiles (EXPERIMENTAL)
  Enable plot style histograms (EXPERIMENTAL)
  Enable fitting error variables
[fernan at pi] make

cd . && /bin/bash /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --run aclocal-1.7 -I m4
/home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing: aclocal-1.7: command not found
WARNING: `aclocal-1.7' is missing on your system.  You should only need it if
         you modified `acinclude.m4' or `configure.in'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
cd . && /bin/bash /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --run autoheader
/home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing: autoheader: command not found
WARNING: `autoheader' is missing on your system.  You should only need it if
         you modified `acconfig.h' or `configure.in'.  You might want
         to install the `Autoconf' and `GNU m4' packages.  Grab them
         from any GNU archive site.
touch ./config.hin
cd . && /bin/bash /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --run autoconf
/home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing: autoconf: command not found
WARNING: `autoconf' is missing on your system.  You should only need it if
         you modified `configure.in'.  You might want to install the
         `Autoconf' and `GNU m4' packages.  Grab them from any GNU
         archive site.
/bin/bash ./config.status --recheck
running /bin/bash ./configure  --enable-datastrings --enable-histograms  --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for function prototypes... yes
checking for ANSI C header files... yes
checking for string.h... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for preprocessor stringizing operator... yes
checking for emacs... no
checking for xemacs... no
checking for tex... tex
checking for latex... latex
checking for pdflatex... pdflatex
checking for dvips... dvips
checking for troff... troff
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for MS-DOS/djgpp/libGRX... no
checking for NeXT... no
checking for Apple MacOS X... no
checking for BeOS... no
checking for sin... no
checking for sin in -lm... yes
checking for ANSI C header files... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/bsdtypes.h usability... no
checking sys/bsdtypes.h presence... no
checking for sys/bsdtypes.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for struct exception in math.h... yes
checking whether stat file-mode macros are broken... no
checking for unistd.h... yes
checking if errno variable is declared... yes
checking for size_t... yes
checking for time_t in time.h... yes
checking return type of signal handlers... void
checking for atexit... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for on_exit... no
checking for bcopy... yes
checking for bzero... yes
checking for setvbuf... yes
checking for strerror... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for index... yes
checking for rindex... yes
checking for erf... yes
checking for erfc... yes
checking for gamma... yes
checking for lgamma... yes
checking for getcwd... yes
checking for poll... yes
checking for pclose... yes
checking for popen... yes
checking for select... yes
checking for sleep... yes
checking for snprintf... yes
checking for stpcpy... no
checking for strcspn... yes
checking for strdup... yes
checking for strcasecmp... yes
checking for stricmp... no
checking for strncasecmp... yes
checking for strnicmp... no
checking for sysinfo... no
checking for tcgetattr... yes
checking for vfprintf... yes
checking for doprnt... no
checking for usleep... yes
checking whether signgam is declared... yes
checking for sigsetjmp... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for deflate in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for libpng-config... no
checking for png_create_write_struct in -lpng... no
checking png.h usability... no
checking png.h presence... no
checking for png.h... no
checking libpng/png.h usability... no
checking libpng/png.h presence... no
checking for libpng/png.h... no
checking for gdlib-config... no
checking for gdImageCreate in -lgd... no
checking for pdflib-config... /usr/local/bin/pdflib-config
checking for PDF_get_majorversion in -lpdf... yes
checking pdflib.h usability... yes
checking pdflib.h presence... yes
checking for pdflib.h... yes
checking for PDF_begin_pattern in -lpdf... yes
configure: creating ./config.status

** Configuration summary for gnuplot 4.0.0:

  Where is the help file?           /usr/local/share/gnuplot/4.0/gnuplot.gih

  Use builtin minimal readline
    using old driver
  Enable generation of PDF files
  Build gnuplot-mode for X/Emacs
  Build LaTeX tutorial
  Use the X Window System 
  Enable mouse for X11
  Enable pm3d
  Enable filledboxes
  Enable relative boxwidths
  Enable defined(variable) test
  Enable string-handling in datafiles (EXPERIMENTAL)
  Enable plot style histograms (EXPERIMENTAL)
  Enable fitting error variables
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
Making all in config
cd .. &&  /bin/bash /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --run automake-1.7 --foreign  config/Makefile
/home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing: automake-1.7: command not found
WARNING: `automake-1.7' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd .. && /bin/bash ./config.status config/Makefile 
config.status: creating config/Makefile
Making all in m4
cd .. && /bin/bash ./config.status m4/Makefile 
config.status: creating m4/Makefile
Making all in term
cd .. && /bin/bash ./config.status term/Makefile 
config.status: creating term/Makefile
Making all in src
cd .. && /bin/bash ./config.status src/Makefile depfiles
config.status: creating src/Makefile
config.status: executing depfiles commands
source='alloc.c' object='alloc.o' libtool=no  depfile='.deps/alloc.Po' tmpdepfile='.deps/alloc.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'alloc.c' || echo './'`alloc.c
source='axis.c' object='axis.o' libtool=no  depfile='.deps/axis.Po' tmpdepfile='.deps/axis.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'axis.c' || echo './'`axis.c
source='binary.c' object='binary.o' libtool=no  depfile='.deps/binary.Po' tmpdepfile='.deps/binary.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'binary.c' || echo './'`binary.c
source='bitmap.c' object='bitmap.o' libtool=no  depfile='.deps/bitmap.Po' tmpdepfile='.deps/bitmap.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'bitmap.c' || echo './'`bitmap.c
source='color.c' object='color.o' libtool=no  depfile='.deps/color.Po' tmpdepfile='.deps/color.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'color.c' || echo './'`color.c
source='command.c' object='command.o' libtool=no  depfile='.deps/command.Po' tmpdepfile='.deps/command.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'command.c' || echo './'`command.c
source='contour.c' object='contour.o' libtool=no  depfile='.deps/contour.Po' tmpdepfile='.deps/contour.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'contour.c' || echo './'`contour.c
source='datafile.c' object='datafile.o' libtool=no  depfile='.deps/datafile.Po' tmpdepfile='.deps/datafile.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'datafile.c' || echo './'`datafile.c
source='dynarray.c' object='dynarray.o' libtool=no  depfile='.deps/dynarray.Po' tmpdepfile='.deps/dynarray.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'dynarray.c' || echo './'`dynarray.c
source='eval.c' object='eval.o' libtool=no  depfile='.deps/eval.Po' tmpdepfile='.deps/eval.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'eval.c' || echo './'`eval.c
source='fit.c' object='fit.o' libtool=no  depfile='.deps/fit.Po' tmpdepfile='.deps/fit.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'fit.c' || echo './'`fit.c
source='gadgets.c' object='gadgets.o' libtool=no  depfile='.deps/gadgets.Po' tmpdepfile='.deps/gadgets.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'gadgets.c' || echo './'`gadgets.c
source='getcolor.c' object='getcolor.o' libtool=no  depfile='.deps/getcolor.Po' tmpdepfile='.deps/getcolor.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'getcolor.c' || echo './'`getcolor.c
source='graph3d.c' object='graph3d.o' libtool=no  depfile='.deps/graph3d.Po' tmpdepfile='.deps/graph3d.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'graph3d.c' || echo './'`graph3d.c
source='graphics.c' object='graphics.o' libtool=no  depfile='.deps/graphics.Po' tmpdepfile='.deps/graphics.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'graphics.c' || echo './'`graphics.c
source='help.c' object='help.o' libtool=no  depfile='.deps/help.Po' tmpdepfile='.deps/help.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'help.c' || echo './'`help.c
source='hidden3d.c' object='hidden3d.o' libtool=no  depfile='.deps/hidden3d.Po' tmpdepfile='.deps/hidden3d.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'hidden3d.c' || echo './'`hidden3d.c
source='history.c' object='history.o' libtool=no  depfile='.deps/history.Po' tmpdepfile='.deps/history.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'history.c' || echo './'`history.c
source='internal.c' object='internal.o' libtool=no  depfile='.deps/internal.Po' tmpdepfile='.deps/internal.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'internal.c' || echo './'`internal.c
source='interpol.c' object='interpol.o' libtool=no  depfile='.deps/interpol.Po' tmpdepfile='.deps/interpol.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'interpol.c' || echo './'`interpol.c
source='matrix.c' object='matrix.o' libtool=no  depfile='.deps/matrix.Po' tmpdepfile='.deps/matrix.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'matrix.c' || echo './'`matrix.c
source='misc.c' object='misc.o' libtool=no  depfile='.deps/misc.Po' tmpdepfile='.deps/misc.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'misc.c' || echo './'`misc.c
source='mouse.c' object='mouse.o' libtool=no  depfile='.deps/mouse.Po' tmpdepfile='.deps/mouse.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'mouse.c' || echo './'`mouse.c
source='parse.c' object='parse.o' libtool=no  depfile='.deps/parse.Po' tmpdepfile='.deps/parse.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'parse.c' || echo './'`parse.c
source='plot.c' object='plot.o' libtool=no  depfile='.deps/plot.Po' tmpdepfile='.deps/plot.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'plot.c' || echo './'`plot.c
source='plot2d.c' object='plot2d.o' libtool=no  depfile='.deps/plot2d.Po' tmpdepfile='.deps/plot2d.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'plot2d.c' || echo './'`plot2d.c
source='plot3d.c' object='plot3d.o' libtool=no  depfile='.deps/plot3d.Po' tmpdepfile='.deps/plot3d.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'plot3d.c' || echo './'`plot3d.c
source='pm3d.c' object='pm3d.o' libtool=no  depfile='.deps/pm3d.Po' tmpdepfile='.deps/pm3d.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'pm3d.c' || echo './'`pm3d.c
source='readline.c' object='readline.o' libtool=no  depfile='.deps/readline.Po' tmpdepfile='.deps/readline.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'readline.c' || echo './'`readline.c
source='save.c' object='save.o' libtool=no  depfile='.deps/save.Po' tmpdepfile='.deps/save.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'save.c' || echo './'`save.c
source='scanner.c' object='scanner.o' libtool=no  depfile='.deps/scanner.Po' tmpdepfile='.deps/scanner.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'scanner.c' || echo './'`scanner.c
source='set.c' object='set.o' libtool=no  depfile='.deps/set.Po' tmpdepfile='.deps/set.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'set.c' || echo './'`set.c
source='show.c' object='show.o' libtool=no  depfile='.deps/show.Po' tmpdepfile='.deps/show.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'show.c' || echo './'`show.c
source='specfun.c' object='specfun.o' libtool=no  depfile='.deps/specfun.Po' tmpdepfile='.deps/specfun.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'specfun.c' || echo './'`specfun.c
source='standard.c' object='standard.o' libtool=no  depfile='.deps/standard.Po' tmpdepfile='.deps/standard.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'standard.c' || echo './'`standard.c
source='stdfn.c' object='stdfn.o' libtool=no  depfile='.deps/stdfn.Po' tmpdepfile='.deps/stdfn.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'stdfn.c' || echo './'`stdfn.c
source='tables.c' object='tables.o' libtool=no  depfile='.deps/tables.Po' tmpdepfile='.deps/tables.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'tables.c' || echo './'`tables.c
source='term.c' object='term.o' libtool=no  depfile='.deps/term.Po' tmpdepfile='.deps/term.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'term.c' || echo './'`term.c
source='time.c' object='time.o' libtool=no  depfile='.deps/time.Po' tmpdepfile='.deps/time.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'time.c' || echo './'`time.c
source='unset.c' object='unset.o' libtool=no  depfile='.deps/unset.Po' tmpdepfile='.deps/unset.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'unset.c' || echo './'`unset.c
source='util.c' object='util.o' libtool=no  depfile='.deps/util.Po' tmpdepfile='.deps/util.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'util.c' || echo './'`util.c
source='util3d.c' object='util3d.o' libtool=no  depfile='.deps/util3d.Po' tmpdepfile='.deps/util3d.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'util3d.c' || echo './'`util3d.c
source='variable.c' object='variable.o' libtool=no  depfile='.deps/variable.Po' tmpdepfile='.deps/variable.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'variable.c' || echo './'`variable.c
source='version.c' object='version.o' libtool=no  depfile='.deps/version.Po' tmpdepfile='.deps/version.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'version.c' || echo './'`version.c
gcc  -g -O2  -L/usr/local/lib -o gnuplot  alloc.o axis.o  binary.o bitmap.o color.o  command.o contour.o datafile.o  dynarray.o eval.o fit.o  gadgets.o getcolor.o graph3d.o  graphics.o help.o hidden3d.o  history.o internal.o interpol.o  matrix.o misc.o mouse.o  parse.o plot.o plot2d.o  plot3d.o pm3d.o readline.o  save.o scanner.o set.o  show.o specfun.o standard.o  stdfn.o tables.o term.o  time.o unset.o util.o  util3d.o variable.o version.o -lz -lpdf  -lm
source='bf_test.c' object='bf_test.o' libtool=no  depfile='.deps/bf_test.Po' tmpdepfile='.deps/bf_test.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'bf_test.c' || echo './'`bf_test.c
gcc  -g -O2  -L/usr/local/lib -o bf_test  bf_test.o binary.o  alloc.o  -lm
source='gplt_x11.c' object='gplt_x11.o' libtool=no  depfile='.deps/gplt_x11.Po' tmpdepfile='.deps/gplt_x11.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'gplt_x11.c' || echo './'`gplt_x11.c
source='gpexecute.c' object='gpexecute.o' libtool=no  depfile='.deps/gpexecute.Po' tmpdepfile='.deps/gpexecute.TPo'  depmode=gcc /bin/bash ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c `test -f 'gpexecute.c' || echo './'`gpexecute.c
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot-bugs at lists.sourceforge.net\" -DHELPFILE=\"/usr/local/share/gnuplot/4.0/gnuplot.gih\"  -I/usr/X11R6/include -I/usr/local/include  -g -O2 -c -DGPLT_X11_MODE -o getcolor_x11.o ./getcolor.c
gcc  -g -O2  -L/usr/local/lib -o gnuplot_x11  gplt_x11.o gpexecute.o getcolor_x11.o -L/usr/X11R6/lib -lX11 -lm
Making all in docs
Building term.h
gcc -E -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term -I/usr/X11R6/include -I/usr/local/include -DTERM_DRIVER_H -DTERM_HELP term.c |  sed '/^ *$/d;/^#/d' >term.h
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term -I/usr/X11R6/include -I/usr/local/include -g -O2 -c doc2gih.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../term -I/usr/X11R6/include -I/usr/local/include -g -O2 -c termdoc.c
gcc -g -O2 -L/usr/local/lib -o doc2gih doc2gih.o termdoc.o -lm
./doc2gih ./gnuplot.doc gnuplot.gih
Creating texinfo
No emacs found - cannot create texinfo file
/bin/sh /home/fernan/downloads/gnuplot/gnuplot-4.0.0/missing --run makeinfo -I. ./gnuplot.texi --no-split --output=gnuplot.info
Making all in lisp
cd . && /bin/bash ./config.status Makefile 
config.status: creating Makefile
Making all in man
cd .. && /bin/bash ./config.status man/Makefile 
config.status: creating man/Makefile
Making all in demo
cd .. && /bin/bash ./config.status demo/Makefile 
config.status: creating demo/Makefile
Creating binary data files
Making all in tutorial
cd .. && /bin/bash ./config.status tutorial/Makefile 
config.status: creating tutorial/Makefile
Building LaTeX tutorial
TEXINPUTS=.:.:: latex tutorial
This is TeX, Version 3.14159 (Web2C 7.4.5)
(./tutorial.tex
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n
ohyphenation, loaded.
(./header.tex (/usr/local/share/texmf/tex/latex/base/article.cls
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
(/usr/local/share/texmf/tex/latex/base/size10.clo))
(/usr/local/share/texmf/tex/latex/base/latexsym.sty)
(/usr/local/share/texmf/tex/latex/html/url.sty))
No file tutorial.aux.
(/usr/local/share/texmf/tex/latex/base/ulasy.fd)
No file tutorial.toc.
[1]

LaTeX Warning: Reference `oldusers' on page 1 undefined on input line 70.


LaTeX Warning: Reference `s:eepic' on page 1 undefined on input line 83.


LaTeX Warning: Reference `eg1' on page 1 undefined on input line 125.

(./eg1.tex) [1]

LaTeX Warning: Reference `eg2' on page 2 undefined on input line 163.

(./eg2.tex) [2] [3]

LaTeX Warning: Reference `eg3' on page 4 undefined on input line 225.

(./eg3.tex)

LaTeX Warning: Reference `linepoint' on page 4 undefined on input line 265.


LaTeX Warning: Reference `eg4' on page 4 undefined on input line 276.

[4] (./eg4.tex)

LaTeX Warning: Reference `eg5' on page 5 undefined on input line 311.

(./eg5.tex)

LaTeX Warning: Reference `eg6' on page 5 undefined on input line 338.

[5] (./eg6.tex)

LaTeX Warning: Reference `linepoint' on page 6 undefined on input line 368.

(./linepoin.tex) [6] [7] (/usr/local/share/texmf/tex/latex/base/omscmr.fd)
[8] (./tutorial.aux)

LaTeX Warning: There were undefined references.


LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.

 )
Output written on tutorial.dvi (9 pages, 238412 bytes).
Transcript written on tutorial.log.
TEXINPUTS=.:.:: latex tutorial
This is TeX, Version 3.14159 (Web2C 7.4.5)
(./tutorial.tex
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n
ohyphenation, loaded.
(./header.tex (/usr/local/share/texmf/tex/latex/base/article.cls
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
(/usr/local/share/texmf/tex/latex/base/size10.clo))
(/usr/local/share/texmf/tex/latex/base/latexsym.sty)
(/usr/local/share/texmf/tex/latex/html/url.sty)) (./tutorial.aux)
(/usr/local/share/texmf/tex/latex/base/ulasy.fd) (./tutorial.toc) [1]
(./eg1.tex) [1] (./eg2.tex) [2] [3] (./eg3.tex) [4] (./eg4.tex) (./eg5.tex)
[5] (./eg6.tex) (./linepoin.tex) [6] [7]
(/usr/local/share/texmf/tex/latex/base/omscmr.fd) [8] (./tutorial.aux) )
Output written on tutorial.dvi (9 pages, 239228 bytes).
Transcript written on tutorial.log.
cd . && /bin/bash ./config.status Makefile 
config.status: creating Makefile
[fernan at pi] ^Dexit

Script done on Wed Apr 28 11:47:16 2004


More information about the freebsd-ports mailing list