File: shconfig.in

package info (click to toggle)
rsync 3.1.1-3+deb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 3,756 kB
  • sloc: ansic: 40,013; sh: 5,483; perl: 1,900; makefile: 340; python: 83
file content (15 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /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@"
HOST_OS="@host_os@"
SHELL_PATH="@SHELL_PATH@"
FAKEROOT_PATH="@FAKEROOT_PATH@"

export ECHO_T ECHO_N ECHO_C HOST_OS SHELL_PATH FAKEROOT_PATH