Just got the famous
  /mai/compile/lesstif/lesstif/configure: AM_PROG_LEX: command not found
again.
On my linux machine I build outside the source directory,
in two subdirectories (Production and Debug). 
Due to the --enable-maintainer* settings a 'make' might
touch the configuration files, more precisely rebuild them.

Since immediately after a 'CVSMake' configuring in a clean
directory works, I guessed the Makefile(s) contain a rule which 
doesn't match the CVSMake's exactly and ends up in a 
broken configure.

CVSMake:
libtoolize --force && aclocal && autoheader && automake -a -i && autoconf

Toplevel Makefile after 'touch configure.in':
aclocal
automake --gnu --include-deps
autoconf

-- 
Alexander Mai
[EMAIL PROTECTED]

Reply via email to