diff options
author | rubidium <rubidium@openttd.org> | 2010-02-13 00:00:47 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-02-13 00:00:47 +0000 |
commit | 0c6be84ccf34ab08a6a7a19154c624053ec375ce (patch) | |
tree | 8ea94b6c248da97d6e8db3b8350ca6caf1dfd5c5 | |
parent | f6dfce6d59aebabbfec6b20f4176b7b04e09b155 (diff) | |
download | openttd-0c6be84ccf34ab08a6a7a19154c624053ec375ce.tar.xz |
(svn r19115) -Document: --with-ccache and --with-distcc in configure
-rw-r--r-- | config.lib | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.lib b/config.lib index 70ad67afe..1574d1adc 100644 --- a/config.lib +++ b/config.lib @@ -3172,6 +3172,8 @@ showhelp() { echo " --with-psp-config[=psp-config] enables psp-config support (PSP ONLY)" echo " --disable-builtin-depend disable use of builtin deps finder" echo " --with-makedepend[=makedepend] enables makedepend support" + echo " --with-ccache enables ccache support" + echo " --with-distcc enables distcc support" echo "" echo "Some influential environment variables:" echo " CC C compiler command" |