/* The location of the semantic parser (bison.hairy). */
#undef XPFILE1
+/* The location of the local directory. */
+#undef LOCALEDIR
+
/* Define as 1 if realloc must be declared even if <stdlib.h> is
included. */
#undef NEED_DECLARATION_REALLOC
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 \
symtab.h system.h types.h getopt.h
#endif
#define N_(Text) Text
-/* In the meantime, waiting for Automake. */
+#ifndef LOCALEDIR
#define LOCALEDIR "/usr/local/share/locale"
+#endif
#endif /* BISON_SYSTEM_H */