>>>> "Aidan" == Aidan Kehoe
<kehoea(a)parhasard.net> writes:
Aidan> Iâm not sure of this--I get
Aidan> configure.ac:1052: error: possibly undefined macro: AC_DEFINE_UNQUOTED
Aidan> If this token and others are legitimate, please use m4_pattern_allow.
Aidan> See the Autoconf documentation.
I don't see this using the latest version of configure in the xft branch.
Could you please post some more details about it?
BTW, the name of the executable is hard-coded within autoconf.ac. It might be
better to have two install directories instead and use symlinks to supply the
different names, eg:
$ ln -s /path/to/xemacs1/bin/xemacs xemacs-head
$ ln -s /path/to/xemacs2/bin/xemacs xemacs-xft
Malcolm
--
Malcolm Purvis <malcolmp(a)xemacs.org>