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) ;-)

--------------------
--- 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'])
 
 
--------------------

-- 
Tim Rice                                Multitalents    (707) 887-1469
[EMAIL PROTECTED]




Reply via email to