Add a TeX driver
[pspp] / tests / atlocal.in
index da9446e42144b110a07f979226a0785f5df925d8..162b832dfddc4cd7b14c0bb35238123f7ee15eda 100644 (file)
@@ -22,6 +22,7 @@
 EXEEXT='@EXEEXT@'
 PERL='@PERL@'
 PYTHON='@PYTHON@'
+TEX='@TEX@'
 WITH_PERL_MODULE='@WITH_PERL_MODULE@'
 host='@host@'
 PACKAGE_STRING='@PACKAGE_STRING@'
@@ -63,7 +64,6 @@ export GZIP
 WINEPREFIX=$HOME/.wine    # Work around the following kludge to keep wine happy
 export WINEPREFIX
 
-
 HOME=/nonexistent              # Kluge to make PSPP ignore $HOME/.pspprc.
 export HOME
 
@@ -77,6 +77,14 @@ if test X"$RUNNER" = Xwine; then
     }
 fi
 
+case $host in
+    *-*-mingw*) MINGW=: ;;
+    *) MINGW=false ;;
+esac
+
 # Enable leak suppressions for Address Sanitizer/Leak Sanitizer.
 LSAN_OPTIONS="suppressions=$abs_top_srcdir/tests/lsan.supp print_suppressions=0"
 export LSAN_OPTIONS
+
+# Avoid complaints if the system doesn't have a configured paper size.
+export PAPERSIZE=a4