Akim Demaille writes: > > configure.in:8:AC_SUBST:AUTOTEST_PATH:m4_default([..], [.]) > > configure.in:9:AC_SUBST:EXPR:$ac_cv_path_EXPR > > configure.in:15:AC_SUBST:M4:$ac_cv_path_M4 > > Which is what is expected :) Maybe you meant --trace=AC_SUBST:'$1'. Silly me. I didn't know that AC_SUBST now had a second argument in the first place. Very nice, though. -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter
- Trace shows second argument to AC_SUBST Peter Eisentraut
- Re: Trace shows second argument to AC_SUBST Akim Demaille
- Peter Eisentraut