configure

changeset 283
affe4d2adc94
parent 262
d0014ccec615
child 290
edb0b4da491a
equal deleted inserted replaced
282:885e5243bb50 283:affe4d2adc94
2032 2032
2033 SUBDIRS="dht11 rc433 thermferm thermometers" 2033 SUBDIRS="dht11 rc433 thermferm thermometers"
2034 2034
2035 2035
2036 PACKAGE="mbsePi-apps" 2036 PACKAGE="mbsePi-apps"
2037 VERSION="0.2.1" 2037 VERSION="0.2.2"
2038 COPYRIGHT="Copyright (C) 2014 Michiel Broek, All Rights Reserved" 2038 COPYRIGHT="Copyright (C) 2014 Michiel Broek, All Rights Reserved"
2039 CYEARS="2014" 2039 CYEARS="2014"
2040 2040
2041 2041
2042 2042
3521 if test "$experiment" = "yes"; then 3521 if test "$experiment" = "yes"; then
3522 $as_echo "#define USE_EXPERIMENT 1" >>confdefs.h 3522 $as_echo "#define USE_EXPERIMENT 1" >>confdefs.h
3523 3523
3524 fi 3524 fi
3525 3525
3526 SIMULATOR=No
3526 # Check whether --enable-simulator was given. 3527 # Check whether --enable-simulator was given.
3527 if test "${enable_simulator+set}" = set; then : 3528 if test "${enable_simulator+set}" = set; then :
3528 enableval=$enable_simulator; simulator=$enableval 3529 enableval=$enable_simulator; simulator=$enableval
3529 else 3530 else
3530 simulator=no 3531 simulator=no
3531 fi 3532 fi
3532 3533
3533 if test "$simulator" = "yes"; then 3534 if test "$simulator" = "yes"; then
3534 $as_echo "#define USE_SIMULATOR 1" >>confdefs.h 3535 $as_echo "#define USE_SIMULATOR 1" >>confdefs.h
3535 3536
3537 SIMULATOR=Yes
3536 fi 3538 fi
3537 3539
3538 # Check whether --enable-debugging was given. 3540 # Check whether --enable-debugging was given.
3539 if test "${enable_debugging+set}" = set; then : 3541 if test "${enable_debugging+set}" = set; then :
3540 enableval=$enable_debugging; debugging=$enableval 3542 enableval=$enable_debugging; debugging=$enableval
5070 Configuration summary : 5072 Configuration summary :
5071 5073
5072 Version : ............ ${VERSION} 5074 Version : ............ ${VERSION}
5073 Main directory : ..... ${prefix} 5075 Main directory : ..... ${prefix}
5074 WiringPi : ........... ${WIRINGPI} 5076 WiringPi : ........... ${WIRINGPI}
5077 Simulator : .......... ${SIMULATOR}
5075 5078
5076 Now type 'make' and 'sudo make install' 5079 Now type 'make' and 'sudo make install'
5077 " >&5 5080 " >&5
5078 $as_echo " 5081 $as_echo "
5079 -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=- 5082 -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-
5081 Configuration summary : 5084 Configuration summary :
5082 5085
5083 Version : ............ ${VERSION} 5086 Version : ............ ${VERSION}
5084 Main directory : ..... ${prefix} 5087 Main directory : ..... ${prefix}
5085 WiringPi : ........... ${WIRINGPI} 5088 WiringPi : ........... ${WIRINGPI}
5089 Simulator : .......... ${SIMULATOR}
5086 5090
5087 Now type 'make' and 'sudo make install' 5091 Now type 'make' and 'sudo make install'
5088 " >&6; } 5092 " >&6; }
5089 5093

mercurial