X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=tests%2Fatlocal.in;h=7bd713cdd2be0654985e24d884aed77241a6ef86;hb=e25c57860682ec882157b87603f8103957e840bc;hp=cd61f44babbfdb2c9f3fb21fbf8509fdf67fada7;hpb=c555358da9c0b1747b9b236ba28ec55efdc89852;p=pspp diff --git a/tests/atlocal.in b/tests/atlocal.in index cd61f44bab..7bd713cdd2 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -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