Evaluate configure arguments
Evaluate configure arguments to reproduce autotools behavior. Autotools actually only expands a few variable and do it at make time but it makes the change much simpler.
This commit is contained in:
parent
ad5f3758c3
commit
2e7a1af5d5
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -103,6 +103,7 @@ if test -z "$source_path" -o "$source_path" = "." ; then
|
|||
fi
|
||||
|
||||
for opt do
|
||||
eval opt=$opt
|
||||
case "$opt" in
|
||||
--prefix=*) prefix=`echo $opt | cut -d '=' -f 2`
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue