diff options
| author | Barattero Laurent <laurent@larueluberlu.net> | 2014-01-21 04:02:33 +0100 | 
|---|---|---|
| committer | Barattero Laurent <laurent@larueluberlu.net> | 2014-01-21 04:02:33 +0100 | 
| commit | 98f60a7659f12e0474ecd3fed0632a059fb4133f (patch) | |
| tree | 8f10736fec6777df15b70230489429d45978cd0f /configure | |
| parent | 6ed6128396063cc4d1676d41fb63517eb29162e4 (diff) | |
update to version 0.3.0
  adds improved driver support for linux
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 31 | 
1 files changed, 30 insertions, 1 deletions
| @@ -633,6 +633,8 @@ ac_subst_vars='am__EXEEXT_FALSE  am__EXEEXT_TRUE  LTLIBOBJS  LIBOBJS +UDEV_FALSE +UDEV_TRUE  BOOST_FALSE  BOOST_TRUE  EGREP @@ -5385,7 +5387,8 @@ fi  done -ac_config_files="$ac_config_files Makefile src/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile udev/Makefile" +   if test "$HAVE_BOOST_REGEX" = yes; then @@ -5397,6 +5400,27 @@ else  fi +# UDEV +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking For Udev" >&5 +$as_echo_n "checking For Udev... " >&6; } + if test -d "/etc/udev/rules.d" ; then +  UDEV_TRUE= +  UDEV_FALSE='#' +else +  UDEV_TRUE='#' +  UDEV_FALSE= +fi + +if test -z "$UDEV_TRUE"; then : +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"yes\"" >&5 +$as_echo "\"yes\"" >&6; } +else +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"no\"" >&5 +$as_echo "\"no\"" >&6; } +fi + + +  cat >confcache <<\_ACEOF  # This file is a shell script that caches the results of configure  # tests run on this system so they can be shared between configure @@ -5538,6 +5562,10 @@ if test -z "${BOOST_TRUE}" && test -z "${BOOST_FALSE}"; then    as_fn_error $? "conditional \"BOOST\" was never defined.  Usually this means the macro was only invoked conditionally." "$LINENO" 5  fi +if test -z "${UDEV_TRUE}" && test -z "${UDEV_FALSE}"; then +  as_fn_error $? "conditional \"UDEV\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi  : "${CONFIG_STATUS=./config.status}"  ac_write_fail=0 @@ -6135,6 +6163,7 @@ do      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; +    "udev/Makefile") CONFIG_FILES="$CONFIG_FILES udev/Makefile" ;;    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;    esac | 
