]> git.saurik.com Git - apt.git/blobdiff - buildlib/environment.mak.in
s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DO...
[apt.git] / buildlib / environment.mak.in
index 76d6cda32b8e7d867fdc30ec0a901bac0ec7380e..bf676e6431986f58a8debf4158665d28b745c0c4 100644 (file)
@@ -1,12 +1,16 @@
 # 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
 CXX = @CXX@
 CXXFLAGS+= @CXXFLAGS@
 NUM_PROCS = @NUM_PROCS@
+GLIBC_VER = @GLIBC_VER@
+LIBSTDCPP_VER = @LIBSTDCPP_VER@
 
 # Linker stuff
 PICFLAGS+= -fPIC -DPIC
@@ -17,6 +21,7 @@ AR:=@AR@
 RANLIB:=@RANLIB@
 
 # Dep generation - this only works for gnu stuff
+GCC3DEP = @GCC3DEP@
 INLINEDEPFLAG = -MD
 
 # Debian doc stuff
@@ -28,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@