mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Make `make distcheck' work.
* lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses system.h which uses libgettext.h.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2001-12-15 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
Make `make distcheck' work.
|
||||||
|
|
||||||
|
* lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
|
||||||
|
system.h which uses libgettext.h.
|
||||||
|
|
||||||
2001-12-15 Akim Demaille <akim@epita.fr>
|
2001-12-15 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/nullable.c (set_nullable): Useless rules must be skipped,
|
* src/nullable.c (set_nullable): Useless rules must be skipped,
|
||||||
|
|||||||
15
TODO
15
TODO
@@ -1,12 +1,9 @@
|
|||||||
-*- outline -*-
|
-*- outline -*-
|
||||||
|
|
||||||
* src/reader.c
|
* tokendefs
|
||||||
Check and cleanup for CPP-out code. [ok]
|
This muscle should not exist: the information it contains should be
|
||||||
|
available from the rest of bison. Once the information public, get
|
||||||
* src/output.c
|
rid of it.
|
||||||
Check and cleanup for CPP-out code. [ok]
|
|
||||||
** %%input-line is not correct at this time. [ok]
|
|
||||||
Rely with bison.simple.
|
|
||||||
|
|
||||||
* Broken options ?.
|
* Broken options ?.
|
||||||
** %no-lines [ok]
|
** %no-lines [ok]
|
||||||
@@ -33,9 +30,9 @@ Removing warnings when compiling. (gcc-warnings). [ok]
|
|||||||
Find the best graph parameters. []
|
Find the best graph parameters. []
|
||||||
|
|
||||||
* doc/bison.texinfo
|
* doc/bison.texinfo
|
||||||
** Update
|
** Update
|
||||||
informations about ERROR_VERBOSE. []
|
informations about ERROR_VERBOSE. []
|
||||||
** Add explainations about
|
** Add explainations about
|
||||||
skeleton muscles. []
|
skeleton muscles. []
|
||||||
%skeleton. []
|
%skeleton. []
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,13 @@ CFLAGS = @CFLAGS@ $(WARNING_CFLAGS)
|
|||||||
|
|
||||||
noinst_LIBRARIES = libbison.a
|
noinst_LIBRARIES = libbison.a
|
||||||
|
|
||||||
INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/src -I../intl
|
# libintl.h in is build/intl, libgettext.h in src/intl/,
|
||||||
|
# config.h in build/., and system.h is in src/src/.
|
||||||
|
INCLUDES = -I$(top_builddir)/intl \
|
||||||
|
-I$(top_builddir) \
|
||||||
|
-I$(top_srcdir)/ \
|
||||||
|
-I$(top_srcdir)/intl \
|
||||||
|
-I$(top_srcdir)/lib
|
||||||
|
|
||||||
# Heck, we are still using an old version of Automake which does not
|
# Heck, we are still using an old version of Automake which does not
|
||||||
# understand LIBOBJ additions using $objext...
|
# understand LIBOBJ additions using $objext...
|
||||||
|
|||||||
Reference in New Issue
Block a user