summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-10-12 11:16:51 +0100
committerColin Watson <cjwatson@debian.org>2010-10-12 11:16:51 +0100
commitb44fcf32603a6e20c200397b66b377566f66b564 (patch)
tree86a45889bc9e57389c00cc9307035890b2c8c3e1 /src/Makefile.am
parentd0b4f02ed5a0bcf246145993dab0524d606c7d2c (diff)
* lib/util.c (init_locale): New function.
* include/manconfig.h.in (init_locale): Add prototype. * src/Makefile.am (AM_CPPFLAGS): Move -DLOCALEDIR to ... * lib/Makefile.am (libman_la_CPPFLAGS): ... here. * src/accessdb.c (main), src/catman.c (main), src/globbing_test.c (main), src/lexgrog_test.c (main), src/man.c (main), src/manconv_main.c (main), src/mandb.c (main), src/manpath.c (main), src/whatis.c (main), src/zsoelim.c (main): Use init_locale. * lib/util.c (init_locale): Suppress warning message if DPKG_RUNNING_VERSION is set in the environment. * NEWS: Document this.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 334c5ccb..f6dc429a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -42,7 +42,6 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/libdb \
-DCONFIG_FILE=\"$(config_file)\" \
- -DLOCALEDIR=\"$(localedir)\" \
-DAPROPOS=\"$(bindir)/$(TRANS_APROPOS)\" \
-DAPROPOS_NAME=\"$(TRANS_APROPOS)\" \
-DMAN=\"$(bindir)/$(TRANS_MAN)\" \