aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/autom4te.cache/output.1
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2011-06-01 16:41:50 +1000
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2011-06-01 16:41:50 +1000
commit1e2894839a1458c983b7387d4b2b8a453b726c9c (patch)
treec59e00a2c8a65def0e892764e28da6ae3d0eb18a /heimdall/autom4te.cache/output.1
parentda48d031c941afe1a62afb3f2eaf1c6bbee7300d (diff)
downloadexternal_heimdall-1e2894839a1458c983b7387d4b2b8a453b726c9c.zip
external_heimdall-1e2894839a1458c983b7387d4b2b8a453b726c9c.tar.gz
external_heimdall-1e2894839a1458c983b7387d4b2b8a453b726c9c.tar.bz2
More linux-specific fixes/changes.
Diffstat (limited to 'heimdall/autom4te.cache/output.1')
-rw-r--r--heimdall/autom4te.cache/output.152
1 files changed, 52 insertions, 0 deletions
diff --git a/heimdall/autom4te.cache/output.1 b/heimdall/autom4te.cache/output.1
index 4b4baeb..c693bca 100644
--- a/heimdall/autom4te.cache/output.1
+++ b/heimdall/autom4te.cache/output.1
@@ -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
@@ -14557,6 +14597,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; }
@@ -14913,6 +14961,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}