Redraft testsuite driver script to unify 'make check', 'make
[rsync/rsync.git] / shconfig.in
diff --git a/shconfig.in b/shconfig.in
new file mode 100755 (executable)
index 0000000..9e5dd55
--- /dev/null
@@ -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