diff options
| author | Jonathan Gray | 2004-02-13 00:53:56 +0000 | 
|---|---|---|
| committer | Jonathan Gray | 2004-02-13 00:53:56 +0000 | 
| commit | 85e417bb11be57f48820454da8f47d34b43c0b46 (patch) | |
| tree | 5cede1c928bb002e17bc329fa54e1285c98b1ca4 | |
| parent | 88deb72ba6998846a83fd520a402c29c6dd9e477 (diff) | |
| download | scummvm-rg350-85e417bb11be57f48820454da8f47d34b43c0b46.tar.gz scummvm-rg350-85e417bb11be57f48820454da8f47d34b43c0b46.tar.bz2 scummvm-rg350-85e417bb11be57f48820454da8f47d34b43c0b46.zip | |
add some information on used environment variables, descriptions taken from autoconf generated configure script
svn-id: r12836
| -rwxr-xr-x | configure | 10 | 
1 files changed, 9 insertions, 1 deletions
| @@ -206,7 +206,15 @@ Optional Libraries:    --disable-mpeg2          disable mpeg2 codec for cutscenes [autodetect]    --with-mpeg2-prefix=PFX  Prefix where libmpeg2 is installed (optional)    --with-sdl-prefix=PFX    Prefix where the sdl-config script is installed -  + +Some influential environment variables: +  LDFLAGS	linker flags, e.g. -L<lib dir> if you have libraries in a +  		nonstandard directory <lib dir> +  CXX		C++ compiler command +  CXXFLAGS	C++ compiler flags +  CPPFLAGS	C++ preprocessor flags, e.g. -I<include dir> if you have +  		headers in a nonstandard directory <include dir> +  EOF      exit 0    fi | 
