From 2cceb02a1f6fd7422d8d5a3172c093dedc11b9af Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 23 Feb 2001 05:43:16 +0000 Subject: Anbert Chin-A-Young's internationalization. svn path=/trunk/; revision=3137 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 2061d5a6..ec51a21e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32,13 +32,14 @@ LDEFLAGS = @LDEFLAGS@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ +localedir = @LOCALE_DIR@ # How to invoke ranlib. This is only used by the `glob' subdirectory. RANLIB = @RANLIB@ # NeXT 1.0a uses an old version of GCC, which required -D__inline=inline. # See also `config.h'. -DEFS = @DEFS@ @EXTRADEFS@ +DEFS = @DEFS@ @EXTRADEFS@ -DLOCALEDIR=\"$(localedir)\" # DEFS = -DQNX -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -DSTDC_HEADERS # QNX defines = $(DEFS) -- cgit v1.2.3