automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: configure: AM_PROG_LEX: command not found


From: Alexandre Duret-Lutz
Subject: Re: configure: AM_PROG_LEX: command not found
Date: Tue, 23 Apr 2002 12:07:30 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

>>> "Joerg" == Joerg Anders <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]