mirror of
https://github.com/kennethreitz-archive/heroku-splinder.git
synced 2026-06-21 16:00:57 +00:00
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
|