* configure.ac (YACC): Do not add `-d' here...

* src/Makefile.am (AM_YFLAGS): ... do it here.
(BUILT_SOURCES): New variable.
This commit is contained in:
Alexandre Duret-Lutz 2004-03-08 17:53:54 +00:00
parent 249a114f29
commit 1d411fa3c1
3 changed files with 31 additions and 11 deletions

View file

@ -1,5 +1,9 @@
2004-03-08 Alexandre Duret-Lutz <adl@src.lip6.fr>
* configure.ac (YACC): Do not add `-d' here...
* src/Makefile.am (AM_YFLAGS): ... do it here.
(BUILT_SOURCES): New variable.
* doc/texinfo.tex: New upstream version.
2004-02-11 Alexandre Duret-Lutz <adl@src.lip6.fr>