aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-27 08:30:28 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-27 08:30:28 +0000
commit9e53a23cbfcca93b38e22199136160c98e5b801d (patch)
tree012e824268adcba6861f0e48c77cbf8ade391cf2 /Makefile.in
parent8c1237b66ce20c9392472cfdf29adabbb773e35d (diff)
downloadfetchmail-9e53a23cbfcca93b38e22199136160c98e5b801d.tar.gz
fetchmail-9e53a23cbfcca93b38e22199136160c98e5b801d.tar.bz2
fetchmail-9e53a23cbfcca93b38e22199136160c98e5b801d.zip
Remove the localedir sludge.
svn path=/trunk/; revision=3156
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 89b5b48d..656c8778 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -32,14 +32,13 @@ 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@ -DLOCALEDIR=\"$(localedir)\"
+DEFS = @DEFS@ @EXTRADEFS@
# DEFS = -DQNX -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -DSTDC_HEADERS # QNX
defines = $(DEFS)