SAVE: Convert test for non-empty case map to Autotest framework.
[pspp-builds.git] / tests / atlocal.in
index cd61f44babbfdb2c9f3fb21fbf8509fdf67fada7..7bd713cdd2be0654985e24d884aed77241a6ef86 100644 (file)
@@ -4,3 +4,14 @@ CHARSETALIASDIR="$abs_top_builddir/gl"
 export CHARSETALIASDIR
 WITH_PERL_MODULE='@WITH_PERL_MODULE@'
 host='@host@'
+GNM_SUPPORT='@GNM_SUPPORT@'
+GZIP=
+export GZIP
+
+PSQL_SUPPORT='@PSQL_SUPPORT@'
+if test "$PSQL_SUPPORT" = yes; then
+    : ${PG_CONFIG:='@PG_CONFIG@'}
+    : ${PG_DBASE:=pspptest}
+    : ${PG_PORT:=6543}
+    : ${PG_PATH:=`$PG_CONFIG --bindir`}
+fi