mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
I18n fixes.
This commit is contained in:
@@ -32,6 +32,9 @@
|
|||||||
/* The location of the semantic parser (bison.hairy). */
|
/* The location of the semantic parser (bison.hairy). */
|
||||||
#undef XPFILE1
|
#undef XPFILE1
|
||||||
|
|
||||||
|
/* The location of the local directory. */
|
||||||
|
#undef LOCALEDIR
|
||||||
|
|
||||||
/* Define as 1 if realloc must be declared even if <stdlib.h> is
|
/* Define as 1 if realloc must be declared even if <stdlib.h> is
|
||||||
included. */
|
included. */
|
||||||
#undef NEED_DECLARATION_REALLOC
|
#undef NEED_DECLARATION_REALLOC
|
||||||
|
|||||||
@@ -10,7 +10,8 @@ bison_SOURCES = LR0.c allocate.c closure.c conflicts.c derives.c \
|
|||||||
|
|
||||||
EXTRA_bison_SOURCES = vmsgetargs.c
|
EXTRA_bison_SOURCES = vmsgetargs.c
|
||||||
|
|
||||||
bison_LDADD = @ALLOCA@
|
bison_LDADD = @INTLLIBS@ @ALLOCA@
|
||||||
|
INCLUDES = -I../intl -I$(top_srcdir)/intl
|
||||||
|
|
||||||
noinst_HEADERS = alloc.h files.h gram.h lex.h machine.h state.h \
|
noinst_HEADERS = alloc.h files.h gram.h lex.h machine.h state.h \
|
||||||
symtab.h system.h types.h getopt.h
|
symtab.h system.h types.h getopt.h
|
||||||
|
|||||||
@@ -62,7 +62,8 @@
|
|||||||
#endif
|
#endif
|
||||||
#define N_(Text) Text
|
#define N_(Text) Text
|
||||||
|
|
||||||
/* In the meantime, waiting for Automake. */
|
#ifndef LOCALEDIR
|
||||||
#define LOCALEDIR "/usr/local/share/locale"
|
#define LOCALEDIR "/usr/local/share/locale"
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* BISON_SYSTEM_H */
|
#endif /* BISON_SYSTEM_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user