having read the latest installment of the lyx development
news, I checked the rae branch out of cvs and tried to
compile it.
Compilation fails in sigc++ with
m4 -I./macros macros/func_slot.h.m4 > func_slot.h
m4: illegal option -- I
I'm running on an Alpha with Digital Unix v3.2 and have
the Digital version of m4.
Synopsis:
m4 [-Bnumber] [-es] [-Hnumber] [-Snumber] [-Tnumber] [-Dmacro][=value]
[-Umacro]
file ... | -
I guess I should install the GNU version of m4?
Would it be useful if I wrote an autoconf script to check m4?
Angus