From 06fe89bd86fc709908c5882a2c48d03fc0977a25 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli (think)" Date: Thu, 16 Aug 2012 18:28:13 +0200 Subject: crc-dabmod: added UHD tx gain remote control --- configure | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 51 insertions(+), 10 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 0f1e8fb..78f400e 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for CRC-DabMod 0.3.3-sfn-r2. +# Generated by GNU Autoconf 2.68 for CRC-DabMod 0.3.3-sfn-r3. # # Report bugs to . # @@ -560,8 +560,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='CRC-DabMod' PACKAGE_TARNAME='crc-dabmod' -PACKAGE_VERSION='0.3.3-sfn-r2' -PACKAGE_STRING='CRC-DabMod 0.3.3-sfn-r2' +PACKAGE_VERSION='0.3.3-sfn-r3' +PACKAGE_STRING='CRC-DabMod 0.3.3-sfn-r3' PACKAGE_BUGREPORT='pascal.charest@crc.ca' PACKAGE_URL='' @@ -1268,7 +1268,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures CRC-DabMod 0.3.3-sfn-r2 to adapt to many kinds of systems. +\`configure' configures CRC-DabMod 0.3.3-sfn-r3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1339,7 +1339,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of CRC-DabMod 0.3.3-sfn-r2:";; + short | recursive ) echo "Configuration of CRC-DabMod 0.3.3-sfn-r3:";; esac cat <<\_ACEOF @@ -1438,7 +1438,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -CRC-DabMod configure 0.3.3-sfn-r2 +CRC-DabMod configure 0.3.3-sfn-r3 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1998,7 +1998,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by CRC-DabMod $as_me 0.3.3-sfn-r2, which was +It was created by CRC-DabMod $as_me 0.3.3-sfn-r3, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2924,7 +2924,7 @@ fi # Define the identity of the package. PACKAGE='crc-dabmod' - VERSION='0.3.3-sfn-r2' + VERSION='0.3.3-sfn-r3' cat >>confdefs.h <<_ACEOF @@ -4710,6 +4710,47 @@ else as_fn_error $? "library uhd is missing" "$LINENO" 5 fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lboost_system" >&5 +$as_echo_n "checking for main in -lboost_system... " >&6; } +if ${ac_cv_lib_boost_system_main+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lboost_system $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + +int +main () +{ +return main (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_boost_system_main=yes +else + ac_cv_lib_boost_system_main=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_boost_system_main" >&5 +$as_echo "$ac_cv_lib_boost_system_main" >&6; } +if test "x$ac_cv_lib_boost_system_main" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBBOOST_SYSTEM 1 +_ACEOF + + LIBS="-lboost_system $LIBS" + +else + as_fn_error $? "library boost_system is missing" "$LINENO" 5 +fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lboost_thread" >&5 $as_echo_n "checking for main in -lboost_thread... " >&6; } if ${ac_cv_lib_boost_thread_main+:} false; then : @@ -6438,7 +6479,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by CRC-DabMod $as_me 0.3.3-sfn-r2, which was +This file was extended by CRC-DabMod $as_me 0.3.3-sfn-r3, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6504,7 +6545,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -CRC-DabMod config.status 0.3.3-sfn-r2 +CRC-DabMod config.status 0.3.3-sfn-r3 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" -- cgit v1.2.3