3 # Variables used internally by the testsuite.
5 GNM_SUPPORT='@GNM_SUPPORT@'
6 ODF_READ_SUPPORT='@ODF_READ_SUPPORT@'
8 WITH_PERL_MODULE='@WITH_PERL_MODULE@'
10 SIZEOF_SIZE_T='@SIZEOF_SIZE_T@'
12 PSQL_SUPPORT='@PSQL_SUPPORT@'
13 if test "$PSQL_SUPPORT" = yes; then
14 : ${PG_CONFIG:='@PG_CONFIG@'}
15 : ${PG_DBASE:=pspptest}
17 : ${PG_PATH:=`$PG_CONFIG --bindir`}
19 # PSQL_SUPPORT indicates that PSPP was built against the PostgreSQL client
20 # library, but it does not mean that the PostgreSQL utilities are
21 # installed. So check for them and turn off PSQL_SUPPORT if they are not
23 if (PATH=$PG_PATH:$PATH; export PATH; initdb --version) >/dev/null 2>&1
31 # Variables used by programs invoked by the testsuite.
32 CHARSETALIASDIR="$abs_top_builddir/gl"
33 export CHARSETALIASDIR
38 HOME=/nonexistent # Kluge to make PSPP ignore $HOME/.pspprc.