tests: Put atlocal.in in a logical order.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 16 Oct 2010 20:01:50 +0000 (13:01 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 16 Oct 2010 20:01:50 +0000 (13:01 -0700)
This is intended to have no semantic change.

tests/atlocal.in

index 159bfe57d9f3fdcac5f23ddea1500af552120236..20234aaf570ab679416ad1e971480420c7d2ddef 100644 (file)
@@ -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