diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-10-11 15:05:38 +0200 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-10-11 15:05:38 +0200 |
| commit | 1efec3952b780cc675ae111313017c3b91d20a01 (patch) | |
| tree | 8a2d77b52e2c558976c8d2d362edf8837e2066ea /config/config.cache | |
| download | erlang-slang-fork-1efec3952b780cc675ae111313017c3b91d20a01.tar.gz | |
initial commit based on erlang-slang 1.0 release (debian tar ball)
Diffstat (limited to 'config/config.cache')
| -rw-r--r-- | config/config.cache | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/config.cache b/config/config.cache new file mode 100644 index 0000000..874acfe --- /dev/null +++ b/config/config.cache @@ -0,0 +1,16 @@ +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs. It is not useful on other systems. +# If it contains results you don't want to keep, you may remove or edit it. +# +# By default, configure uses ./config.cache as the cache file, +# creating it if it does not exist already. You can give configure +# the --cache-file=FILE option to use a different cache file; that is +# what configure does when it calls configure scripts in +# subdirectories, so they share the cache. +# Giving --cache-file=/dev/null disables caching, for debugging configure. +# config.status only pays attention to the cache file if you give it the +# --recheck option to rerun configure. +# +ac_cv_path_ERL=${ac_cv_path_ERL=/usr/local/bin/erl} +ac_cv_path_ERLC=${ac_cv_path_ERLC=/usr/local/bin/erlc} |
