On Mar 24, 2000, Tom Tromey <[EMAIL PROTECTED]> 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

Reply via email to