John Darrington <[EMAIL PROTECTED]> writes:

> I'm no Perl expert, but this is what I found:  The 'do' command seemed
> to work only if its argument was found in the current dir. Therefore,
> it was failing when pspp was being built from outside the source tree.

My investigation showed that this was only because I expressed it
as
        do './generate.pl';
Changing it to
        do 'generate.pl';
fixed the problem.  Because I like it my way better, I checked in
a change back, after making sure that `make distcheck' and a
build from a separate dir succeeded.
-- 
"Writing is easy.
 All you do is sit in front of a typewriter and open a vein."
--Walter Smith


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to