configure

changeset 259
b7c967359771
parent 250
a21865cb1ef4
child 262
d0014ccec615
equal deleted inserted replaced
258:e02393b29733 259:b7c967359771
681 SHELL' 681 SHELL'
682 ac_subst_files='' 682 ac_subst_files=''
683 ac_user_opts=' 683 ac_user_opts='
684 enable_option_checking 684 enable_option_checking
685 enable_experiment 685 enable_experiment
686 enable_simulator
686 enable_debugging 687 enable_debugging
687 ' 688 '
688 ac_precious_vars='build_alias 689 ac_precious_vars='build_alias
689 host_alias 690 host_alias
690 target_alias 691 target_alias
1300 Optional Features: 1301 Optional Features:
1301 --disable-option-checking ignore unrecognized --enable/--with options 1302 --disable-option-checking ignore unrecognized --enable/--with options
1302 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1303 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1303 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1304 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1304 --enable-experiment Compile experimental code 1305 --enable-experiment Compile experimental code
1306 --enable-simulator Compile simulator code
1305 --enable-debugging Compile for debugging 1307 --enable-debugging Compile for debugging
1306 1308
1307 Some influential environment variables: 1309 Some influential environment variables:
1308 CC C compiler command 1310 CC C compiler command
1309 CFLAGS C compiler flags 1311 CFLAGS C compiler flags
2030 2032
2031 SUBDIRS="dht11 rc433 thermferm thermometers" 2033 SUBDIRS="dht11 rc433 thermferm thermometers"
2032 2034
2033 2035
2034 PACKAGE="mbsePi-apps" 2036 PACKAGE="mbsePi-apps"
2035 VERSION="0.2.0" 2037 VERSION="0.2.1"
2036 COPYRIGHT="Copyright (C) 2014 Michiel Broek, All Rights Reserved" 2038 COPYRIGHT="Copyright (C) 2014 Michiel Broek, All Rights Reserved"
2037 CYEARS="2014" 2039 CYEARS="2014"
2038 2040
2039 2041
2040 2042
3516 experiment=no 3518 experiment=no
3517 fi 3519 fi
3518 3520
3519 if test "$experiment" = "yes"; then 3521 if test "$experiment" = "yes"; then
3520 $as_echo "#define USE_EXPERIMENT 1" >>confdefs.h 3522 $as_echo "#define USE_EXPERIMENT 1" >>confdefs.h
3523
3524 fi
3525
3526 # Check whether --enable-simulator was given.
3527 if test "${enable_simulator+set}" = set; then :
3528 enableval=$enable_simulator; simulator=$enableval
3529 else
3530 simulator=no
3531 fi
3532
3533 if test "$simulator" = "yes"; then
3534 $as_echo "#define USE_SIMULATOR 1" >>confdefs.h
3521 3535
3522 fi 3536 fi
3523 3537
3524 # Check whether --enable-debugging was given. 3538 # Check whether --enable-debugging was given.
3525 if test "${enable_debugging+set}" = set; then : 3539 if test "${enable_debugging+set}" = set; then :

mercurial