From 79df5d5ebf834a3f768fe8ca2f8eb8b51abe9be8 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 16 Oct 2010 13:01:50 -0700 Subject: [PATCH] tests: Put atlocal.in in a logical order. This is intended to have no semantic change. --- tests/atlocal.in | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/tests/atlocal.in b/tests/atlocal.in index 159bfe57..20234aaf 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -1,13 +1,11 @@ # -*- shell-script -*- + +# Variables used internally by the testsuite. +EXEEXT='@EXEEXT@' +GNM_SUPPORT='@GNM_SUPPORT@' PERL='@PERL@' -CHARSETALIASDIR="$abs_top_builddir/gl" -export CHARSETALIASDIR WITH_PERL_MODULE='@WITH_PERL_MODULE@' host='@host@' -GNM_SUPPORT='@GNM_SUPPORT@' -GZIP= -export GZIP -EXEEXT='@EXEEXT@' PSQL_SUPPORT='@PSQL_SUPPORT@' if test "$PSQL_SUPPORT" = yes; then @@ -16,3 +14,10 @@ if test "$PSQL_SUPPORT" = yes; then : ${PG_PORT:=6543} : ${PG_PATH:=`$PG_CONFIG --bindir`} fi + +# Variables used by programs invoked by the testsuite. +CHARSETALIASDIR="$abs_top_builddir/gl" +export CHARSETALIASDIR + +GZIP= +export GZIP -- 2.30.2