Hello,
On Mon, Jan 16, 2006 at 09:30:43PM +0100, Mohamed KAABI wrote:
> GNU M4 1.4.4
[...]
> checking whether m4 supports frozen files... no
> configure: error: GNU M4 1.4 is required
this check is done by the following code:
case `$M4 --help < /dev/null 2>&1` in
*reload-state*) ac_cv_prog_gnu_m4=yes ;;
esac
How it comes that it doesn't pass? What is the value of M4 at that
point?
I'm afraid that only you are in the position to find the reason.
> Would you have any comment to help me resolve this problem.
Hpe this helps you,
Stepan Kasal
_______________________________________________
Bug-m4 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-m4