3 # Variables used internally by the testsuite.
5 GNM_READ_SUPPORT='@GNM_READ_SUPPORT@'
6 ODF_READ_SUPPORT='@ODF_READ_SUPPORT@'
8 WITH_PERL_MODULE='@WITH_PERL_MODULE@'
10 PACKAGE_STRING='@PACKAGE_STRING@'
11 PACKAGE_BUGREPORT='@PACKAGE_BUGREPORT@'
13 PSQL_SUPPORT='@PSQL_SUPPORT@'
14 if test "$PSQL_SUPPORT" = yes; then
15 : ${PG_CONFIG:='@PG_CONFIG@'}
16 : ${PG_DBASE:=pspptest}
18 : ${PG_PATH:=`$PG_CONFIG --bindir`}
20 # PSQL_SUPPORT indicates that PSPP was built against the PostgreSQL client
21 # library, but it does not mean that the PostgreSQL utilities are
22 # installed. So check for them and turn off PSQL_SUPPORT if they are not
24 if (PATH=$PG_PATH:$PATH; export PATH; initdb --version) >/dev/null 2>&1
32 # Variables used by programs invoked by the testsuite.
33 CHARSETALIASDIR="$abs_top_builddir/gl"
34 export CHARSETALIASDIR
39 WINEPREFIX=$HOME/.wine # Work around the following kludge to keep wine happy
43 HOME=/nonexistent # Kluge to make PSPP ignore $HOME/.pspprc.
46 # Avoids error messages during tests if $TERM is set to an unknown terminal.
49 pspp_diff=`which diff`
50 if test X"$RUNNER" = Xwine; then