>>> "Joerg" == Joerg Anders <[EMAIL PROTECTED]> writes:
[...] >> In all cases, please run aclocal before running automake. Joerg> Ok! This works! Thank you! Joerg> But now appears the next problem: Joerg> $ cat configure.in Joerg> AC_INIT(hello.c) Joerg> AM_INIT_AUTOMAKE(hello, 1.3.11) Joerg> AC_PROG_CC Joerg> AM_PROG_LEX Joerg> AC_PROG_YACC Joerg> AC_OUTPUT(Makefile) Joerg> $ automake Joerg> $ autoconf Joerg> configure.in:4: error: possibly undefined macro: AM_PROG_LEX Joerg> $ ./configure Joerg> ... Joerg> ./configure: AM_PROG_LEX: command not found Joerg> I assume I have to include something.(?) Please run aclocal before running automake. Do this each time you have updated configure.in. (Or read about a tool named `autoreconf', shipped with Autoconf.) -- Alexandre Duret-Lutz
