>>>>> "AD" == Akim Demaille <[EMAIL PROTECTED]> writes:
AD> I'm lost. You are saying we're right, XEmacs is wrong, right?
Correct.
AD> | I'll just redefine AC_PREREQ(2.13) to be a == test, not a <= test.
AD> Why? Give us a chance to catch up. But first, tell us what use of
AD> SHELL you do.
after being treated to autoconf-2.14.1
configure:3270:ac_config_guess="$SHELL $ac_aux_dir/config.guess"
configure:3271:ac_config_sub="$SHELL $ac_aux_dir/config.sub"
configure:3272:ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus
configure.
configure:14346:s%@SHELL@%$SHELL%g
configure:14747:test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1
But this is trivial for me to fix - I can just add the canonical
initialization to SHELL in configure.in - in other words, I can sync
AC_INIT_PARSE_ARGS. That works for the autoconf 2.14.1 in Mandrake
Linux.
Then I can try to see what else is broken. And that will be more
challenging. I love debugging m4.
Martin