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.
master
Thomas Preud'homme 2012-06-12 20:48:01 +02:00
parent ad5f3758c3
commit 2e7a1af5d5
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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`
;;