Alan Orndorff <[EMAIL PROTECTED]> writes:
> Forgive a stupid question, I'm not a programmer. But wouldn't it
> make more sense to do what your describing above, "across the
> board," in case other systems hit the same type of bug?
Well, we don't want to use $(shell find) on systems where $(wildcard )
works because the former is potentially much slower. Make has to fork
a separate process for each line. So what we need to do is to test in
configure.in for this bug, and if the system demonstrates it, then
enable the "ls" workaround, otherwise use wildcard.
If you want to get further before we have a chance to fix this, you
could just change those $(wildcard foo) statements to ($find -name
"foo") statements in the Makefile.in files, re-run configure, then try
to recompile.
I haven't tested that, but it should work.
--
Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body