The following patch seemed to fix the problem with XE_COMPLEX_ARG:
--- configure.ac.orig 2005-11-26 14:59:19.599380976 +0100
+++ configure.ac 2005-11-26 15:00:06.076315408 +0100
@@ -643,7 +643,6 @@
XE_COMPLEX_OPTION([menubars],[yes]),
XE_COMPLEX_OPTION([tabs],[yes]),
XE_COMPLEX_OPTION([gauges],[yes])])
- [], [])
XE_MERGED_ARG([gtk],
AC_HELP_STRING([--with-gtk],[Support GTK on the X Window System. (EXPERIMENTAL)]),
[true], [with_gtk=no])
However, there seems to be errors with XE_PARSE_COMPLEX_OPTION:
Even with 21.5.23, configure --with-sound (for instance) fails with:
./configure: Usage error:
Valid values for the --with-sound option are:
native nas esd. With prefix "no", switch it off.
Defaults may be overridden with `all' or `none' first in the list.
Hardcoded default is: native,nas,noesd.
Use `./configure --help' to show usage.
Cheers,
--
Jérôme Marant