diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-23 05:43:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-23 05:43:16 +0000 |
commit | 2cceb02a1f6fd7422d8d5a3172c093dedc11b9af (patch) | |
tree | efcc4f3f5c7e16a6de59405aa0f9d1bca5c7e072 /Makefile.in | |
parent | ac99749bc7259df8c75e5114359d03e36db9c3d1 (diff) | |
download | fetchmail-2cceb02a1f6fd7422d8d5a3172c093dedc11b9af.tar.gz fetchmail-2cceb02a1f6fd7422d8d5a3172c093dedc11b9af.tar.bz2 fetchmail-2cceb02a1f6fd7422d8d5a3172c093dedc11b9af.zip |
Anbert Chin-A-Young's internationalization.
svn path=/trunk/; revision=3137
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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) |