Commit 7d087c79 authored by diego's avatar diego

Add command line option to set the value of bindir.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13490 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1c1bbf8c
......@@ -59,6 +59,7 @@ show_help(){
echo " --logfile=FILE log tests and output to FILE [config.err]"
echo " --disable-logging do not log configure debug information"
echo " --prefix=PREFIX install in PREFIX [$prefix]"
echo " --bindir=DIR install binaries in DIR [PREFIX/bin]"
echo " --libdir=DIR install libs in DIR [PREFIX/lib]"
echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]"
echo " --incdir=DIR install includes in DIR [PREFIX/include]"
......@@ -783,6 +784,7 @@ CMDLINE_SELECT="
"
CMDLINE_SET='
arch
bindir
build_suffix
cc
cpu
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment