aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/autom4te.cache/output.0
diff options
context:
space:
mode:
Diffstat (limited to 'heimdall/autom4te.cache/output.0')
-rw-r--r--heimdall/autom4te.cache/output.052
1 files changed, 52 insertions, 0 deletions
diff --git a/heimdall/autom4te.cache/output.0 b/heimdall/autom4te.cache/output.0
index 9fbf965..76d04b6 100644
--- a/heimdall/autom4te.cache/output.0
+++ b/heimdall/autom4te.cache/output.0
@@ -746,6 +746,8 @@ ac_subst_vars='am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIB@&t@OBJS
+UDEVADM_FALSE
+UDEVADM_TRUE
LINUXTARGET_FALSE
LINUXTARGET_TRUE
MAINT
@@ -829,6 +831,7 @@ build_os
build_vendor
build_cpu
build
+udevadminstalled
DEPS_LIBS
DEPS_CFLAGS
PKG_CONFIG_LIBDIR
@@ -2583,6 +2586,43 @@ else
$as_echo "yes" >&6; }
fi
+# Extract the first word of "udevadm", so it can be a program name with args.
+set dummy udevadm; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_udevadminstalled+set}" = set; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$udevadminstalled"; then
+ ac_cv_prog_udevadminstalled="$udevadminstalled" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_udevadminstalled=""
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+fi
+fi
+udevadminstalled=$ac_cv_prog_udevadminstalled
+if test -n "$udevadminstalled"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $udevadminstalled" >&5
+$as_echo "$udevadminstalled" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
if test -f "$ac_dir/install-sh"; then
@@ -14561,6 +14601,14 @@ else
LINUXTARGET_FALSE=
fi
+ if test x$udevadmninstalled = xtrue; then
+ UDEVADM_TRUE=
+ UDEVADM_FALSE='#'
+else
+ UDEVADM_TRUE='#'
+ UDEVADM_FALSE=
+fi
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
@@ -14917,6 +14965,10 @@ if test -z "${LINUXTARGET_TRUE}" && test -z "${LINUXTARGET_FALSE}"; then
as_fn_error $? "conditional \"LINUXTARGET\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${UDEVADM_TRUE}" && test -z "${UDEVADM_FALSE}"; then
+ as_fn_error $? "conditional \"UDEVADM\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
: ${CONFIG_STATUS=./config.status}