From e7d29902a6a7d9cea7c8a524478bb70062100d34 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 29 Aug 2001 07:33:27 +0000 Subject: Redraft testsuite driver script to unify 'make check', 'make installcheck' and buildfarm tests. Add note from discussion with Tim about finding files/directories under different circumstances. Now works (?) with VPATH build. --- shconfig.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 shconfig.in (limited to 'shconfig.in') diff --git a/shconfig.in b/shconfig.in new file mode 100755 index 00000000..9e5dd557 --- /dev/null +++ b/shconfig.in @@ -0,0 +1,12 @@ +#! /bin/sh + +# config.sh.in + +# This file is processed by config.status to produce config.status, +# containing autoconf-determined values needed by the test scripts. + +ECHO_T="@ECHO_T@" +ECHO_N="@ECHO_N@" +ECHO_C="@ECHO_C@" + +export ECHO_T ECHO_N ECHO_C -- cgit v1.2.1