This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: flex -lfl
- To: Tom Tromey <tromey at cygnus dot com>
- Subject: Re: flex -lfl
- From: Alexandre Oliva <oliva at lsd dot ic dot unicamp dot br>
- Date: 24 Mar 2000 20:50:51 -0300
- Cc: Sascha Ziemann <szi at aibon dot ping dot de>, Bob Friesenhahn <bfriesen at simple dot dallas dot tx dot us>, Akim Demaille <akim at epita dot fr>, automake at gnu dot org
- References: <Pine.SO4.4.05.10003240814380.12062-100000@scooby.simplesystems.org> <7uvh2cl1bb.fsf@olivia.aibon.ping.de> <200003241943.LAA13976@ferrule.cygnus.com>
On Mar 24, 2000, Tom Tromey <tromey@cygnus.com> wrote:
> Try doing "LEX=flex" and "YACC=bison" in configure.in before running
> the macros. Bleah.
Even better:
LEX=${LEX-flex}
YACC=${YACC-bison}
So the user can override these variables, if s/he doesn't have flex or
bison in the PATH.
Sascha> - How can I get the evaluated value of sysconfdir into a file?
in Makefile.am:
file: $(top_builddir)/config.status
echo '$(sysconfdir)' > file
Ah, you meant you wanted to have something else in the file too? :-) :-)
--
Alexandre Oliva Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org} Write to mailing lists, not to me