libgoatvr
diff configure @ 7:6896f9cf9621
- configure now emits config.status with the current confure invocation
- now vr_init will heed the VR_MODULE env var for the name of the module to use
- more stuff on the openhmd module
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 19 Sep 2014 15:16:51 +0300 |
parents | d861e4d6850f |
children |
line diff
1.1 --- a/configure Fri Sep 19 05:30:20 2014 +0300 1.2 +++ b/configure Fri Sep 19 15:16:51 2014 +0300 1.3 @@ -6,7 +6,11 @@ 1.4 use_libovr=true 1.5 use_openhmd=false # not done 1.6 1.7 +echo "$0 \\" >config.status 1.8 +chmod +x config.status 1.9 + 1.10 while [ $# != 0 ]; do 1.11 + echo "$1 \\" >>config.status 1.12 case $1 in 1.13 --prefix=*) 1.14 value=`echo $arg | sed 's/--prefix=//'` 1.15 @@ -57,6 +61,8 @@ 1.16 shift 1.17 done 1.18 1.19 +echo >>config.status 1.20 + 1.21 echo 'Configuring libgoatvr...' 1.22 echo " install prefix: $prefix" 1.23 echo ' optimizations: ' `$opt && echo yes || echo no`