Configure options - mpd

From Genunix

Configuration of mpd 0.12.0:

Optional Features:

 --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 --disable-dependency-tracking Speeds up one-time builds
 --enable-dependency-tracking  Do not reject slow dependency extractors
 --enable-shared[=PKGS]
                         build shared libraries [default=yes]
 --enable-static[=PKGS]
                         build static libraries [default=yes]
 --enable-fast-install[=PKGS]
                         optimize for fast installation [default=yes]
 --disable-libtool-lock  avoid locking (might break parallel builds)
 --enable-ao             enable support for libao (default: disable)
 --disable-shout         disable support for streaming through shout (default: enable)
 --disable-iconv         disable iconv support (default: enable)
 --disable-ipv6          disable IPv6 support (default: enable)
 --disable-sun           disable sun support (default: enable)
 --disable-oss           disable OSS support (default: enable)
 --disable-alsa          disable ALSA support (default: enable)
 --disable-pulse         disable support for the PulseAudio sound server (default: enable)
 --enable-mvp            enable support for Hauppauge Media MVP (default: disable)
 --disable-oggvorbis     disable Ogg Vorbis support (default: enable)
 --disable-oggflac       disable OggFLAC support (default: enable)
 --disable-flac          disable flac support (default: enable)
 --disable-mp3           disable mp3 support (default: enable)
 --disable-aac           disable AAC support (default: enable)
 --disable-audiofile     disable audiofile support, disables wave support (default: enable)
 --enable-mod            enable MOD support (default: disable
 --disable-mpc           disable musepack (MPC) support (default: enable)
 --disable-id3           disable id3 support (default: enable)
 --disable-aotest       Do not try to compile and run a test ao program
 --disable-alsatest      Do not try to compile and run a test Alsa program
 --disable-oggtest       Do not try to compile and run a test Ogg program
 --disable-vorbistest       Do not try to compile and run a test Vorbis program
 --disable-libFLACtest       Do not try to compile and run a test libFLAC program
 --disable-libOggFLACtest       Do not try to compile and run a test libOggFLAC program
 --disable-audiofiletest       Do not try to compile and run a test Audio File Library program
 --disable-libmikmodtest       Do not try to compile and run a test libmikmod program

Optional Packages:

 --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
 --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
 --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
 --with-pic              try to use only PIC/non-PIC objects [default=use
                         both]
 --with-tags[=TAGS]
                         include additional configurations [automatic]
 --with-tremor[=PFX]         Use Tremor(vorbisidec) integer Ogg-Vorbis decoder (with optional prefix)
 --with-tremor-libraries=DIR Directory where Tremor library is installed (optional)
 --with-tremor-includes=DIR  Directory where Tremor header files are installed (optional)
 --with-iconv=PFX            Prefix where iconv is installed (optional)
 --with-iconv-libraries=DIR  Directory where libiconv library is installed (optional)
 --with-iconv-includes=DIR   Directory where libiconv header files are installed (optional)
 --with-id3tag=PFX           Prefix where libid3tag is installed (optional)
 --with-id3tag-libraries=DIR Directory where libid3tag library is installed (optional)
 --with-id3tag-includes=DIR  Directory where libid3tag header files are installed (optional)
 --with-mad=PFX              Prefix where libmad is installed (optional)
 --with-mad-libraries=DIR    Directory where libmad library is installed (optional)
 --with-mad-includes=DIR     Directory where mad header files are installed (optional)
 --with-faad=PFX             Prefix where faad2 is installed
 --with-faad-libraries=DIR   Directory where faad2 library is installed (optional)
 --with-faad-includes=DIR    Directory where faad2 header files are installed (optional)
 --with-ao=PFX   Prefix where libao is installed (optional)
 --with-ao-libraries=DIR   Directory where libao library is installed (optional)
 --with-ao-includes=DIR   Directory where libao header files are installed (optional)
 --with-alsa-prefix=PFX  Prefix where Alsa library is installed(optional)
 --with-alsa-inc-prefix=PFX  Prefix where include libraries are (optional)
 --with-ogg=PFX   Prefix where libogg is installed (optional)
 --with-ogg-libraries=DIR   Directory where libogg library is installed (optional)
 --with-ogg-includes=DIR   Directory where libogg header files are installed (optional)
 --with-vorbis=PFX   Prefix where libvorbis is installed (optional)
 --with-vorbis-libraries=DIR   Directory where libvorbis library is installed (optional)
 --with-vorbis-includes=DIR   Directory where libvorbis header files are installed (optional)
 --with-libFLAC=PFX   Prefix where libFLAC is installed (optional)
 --with-libFLAC-libraries=DIR   Directory where libFLAC library is installed (optional)
 --with-libFLAC-includes=DIR   Directory where libFLAC header files are installed (optional)
 --with-libOggFLAC=PFX   Prefix where libOggFLAC is installed (optional)
 --with-libOggFLAC-libraries=DIR   Directory where libOggFLAC library is installed (optional)
 --with-libOggFLAC-includes=DIR   Directory where libOggFLAC header files are installed (optional)
 --with-audiofile-prefix=PFX   Prefix where Audio File Library is installed (optional)
 --with-audiofile-exec-prefix=PFX Exec prefix where Audio File Library is installed (optional)
 --with-libmikmod-prefix=PFX   Prefix where libmikmod is installed (optional)
 --with-libmikmod-exec-prefix=PFX Exec prefix where libmikmod is installed (optional)

Some influential environment variables:

 CC          C compiler command
 CFLAGS      C compiler flags
 LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
             nonstandard directory <lib dir>
 CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
             headers in a nonstandard directory <include dir>
 CPP         C preprocessor
 CXX         C++ compiler command
 CXXFLAGS    C++ compiler flags
 CXXCPP      C++ preprocessor
 F77         Fortran 77 compiler command
 FFLAGS      Fortran 77 compiler flags
 PKG_CONFIG  path to pkg-config utility
 PULSE_CFLAGS
             C compiler flags for PULSE, overriding pkg-config
 PULSE_LIBS  linker flags for PULSE, overriding pkg-config

Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations.

Report bugs to <warren.dukes@gmail.com>.