Hi Tim,
* Tim Rice wrote on Sun, Sep 25, 2005 at 11:02:42PM CEST:
>
> CVS HEAD
>
> Here is a small patch to configure.ac to allow
> AUTOM4TE=/opt/bin/autom4te259 /some/path/to/configure .........
>
> (solved my "106 of 106 tests failed" problem) ;-)
Thank you for this patch. Applied to HEAD with the ChangeLog entry
below.
Cheers,
Ralf
2005-09-26 Tim Rice <[EMAIL PROTECTED]>
* configure.ac <AUTOM4TE>: Allow variable override.
> --- configure.ac.old 2005-08-29 06:58:07.000000000 -0700
> +++ configure.ac 2005-09-25 13:39:25.645733007 -0700
> @@ -37,7 +37,7 @@
> ## ------------------------ ##
>
> AC_CONFIG_TESTDIR([tests])
> -AC_SUBST([AUTOM4TE], [autom4te])
> +AC_SUBST([AUTOM4TE], [${AUTOM4TE=autom4te}])
> AC_SUBST([AUTOTEST], ['$(AUTOM4TE) --language=autotest'])