summaryrefslogtreecommitdiff
path: root/buildlib/environment.mak.in
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:59:33 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:59:33 +0000
commit809484570008da67b0dcd291af7673481fff52f6 (patch)
tree31609d2257d09f9fc20bdc550982f700223bf781 /buildlib/environment.mak.in
parent89409d33dc8d3156d089f4f90a02b39a04a9d952 (diff)
gettext stuff
Author: jgg Date: 2002-10-16 05:24:02 GMT gettext stuff
Diffstat (limited to 'buildlib/environment.mak.in')
-rw-r--r--buildlib/environment.mak.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in
index eab60c1bc..bf676e643 100644
--- a/buildlib/environment.mak.in
+++ b/buildlib/environment.mak.in
@@ -1,6 +1,8 @@
# This file contains everything that autoconf guessed for your system.
# if you want you can edit it, just don't re-run configure.
+PACKAGE = @PACKAGE@
+
# C++ compiler options
CC = @CC@
CPPFLAGS+= @CPPFLAGS@ @DEFS@ -D_REENTRANT
@@ -31,6 +33,16 @@ NSGMLS = @NSGMLS@
SGMLSPL = @SGMLSPL@
DOCBOOK2MAN := $(wildcard /usr/lib/perl5/sgmlspl-specs/docbook2man-spec.pl)
+# Gettext settings
+GMSGFMT = @GMSGFMT@
+XGETTEXT = @XGETTEXT@
+MSGCOMM:=$(dir $(XGETTEXT))/msgcomm
+MSGMERGE:=$(dir $(XGETTEXT))/msgmerge
+CATALOGS = @CATALOGS@
+USE_NLS = @USE_NLS@
+USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
+BASH = @BASH@
+
# Various library checks
PTHREADLIB = @PTHREADLIB@
PYTHONLIB = @PYTHONLIB@