> I have installed the following packages prior to autoconf: > make-3.79.1 > flex-2.5.4 > bison-1.28 > m4-1.4 GNU m4, ... [...] > flemming# ./configure > creating cache ./config.cache > checking for gm4... no > checking for gnum4... no > checking for m4... /usr/ccs/bin/m4 ... but it's not picked up! cd to wherever you installed GNU m4 and $ ln -s m4 gm4 This way, you don't have to worry about path/search order.
- Problems during make (v2.13) Magnus Larsson (EUS)
- Lars Hecking