|
From: Rafael L. <ra...@ic...> - 2001-02-27 17:59:45
|
On Tue, Feb 27, 2001 at 08:59:09AM -0500, Dean Clamons wrote:
> There is now a file called plplot-config.in which is somehow supposed to be
> turned into plplot-config which gets installed when you do "make install".
Exactly. I wrote it.
> I don't see how plplot-config gets made. I guess it's supposed to be made
> with autoconf,
No.
> but I don't think this happens or should happen. I've been able to build
> plplot on my HP-UX system using only the native programs so far, but if I
> need to have autoconf this is no longer the case. How does plplot-config
> get made?
plplot-config is generated by the configure script, so you do not need
autoconf to generate it. Here is the output of my configure run (many lines
stripped off):
$ ./configure
[...]
creating cf/plplot-config
[...]
--
Rafael
|