On Sun, 30 Jan 2000, Karl Nelson wrote:
> Okay, I will poke at it a bit. You really don't want to
> generate the *.h files in the src_dir though as it can mess some
> things up. Not a problem, I will just add $(builddir) to the include
> path as well to fix that.
You're right. I was in a hurry and make seemed to want to find them the
scrdir rather than the builddir so I just did it that way.
> BTW, just curious why you are truncating the signal system numbers down?
[...]
> Are you concerned with compile speed or binary size on that?
Compile speed and saving a few extra bytes in the distribution. It is
also a heavy handed way of forcing everyone to think carefully about why
they want more than 2 parameters.
> I can of course add a flag to DEFINES to will automatically shorten
> it if you wish.
So I could modify the makeLyXsig script to take a parameter for the number
of signal levels to support? If you can do that that'd be great.
Although it's not hard to cull the few lines in the .h.m4 files we don't
need.
Allan. (ARRae)