[EMAIL PROTECTED] writes: > I want to install bison-2.1 on my computer whose Operating System is unix > AIX.So I install m4-1.4.10 first,then install bison-2.1. > but when I install bison-2.1, it show some error imformation "configure: > error: GNU M4 1.4 is required". I want to know the reason why it show such > error.beacause i have already installed m4-1.4.10 successfully.How to > resolve this problem? The install imformation show as below. > ... > checking for m4... /usr/bin/m4 > checking whether m4 supports frozen files... no > configure: error: GNU M4 1.4 is required
It found /usr/bin/m4, not GNU m4. You have to arrange for it to find GNU m4. Put GNU m4's location before /usr/bin in your PATH.
