mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-01-20 12:58:00 -05:00
installcheck' and buildfarm tests. Add note from discussion with Tim about finding files/directories under different circumstances. Now works (?) with VPATH build.
13 lines
249 B
Bash
Executable File
13 lines
249 B
Bash
Executable File
#! /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
|