(no subject)X-forward
Kerl, Andreas
andreas.kerl at dts.de
Wed Jun 5 03:50:25 EST 2002
Oh I think I'm wrong.
I thought autoconf is automatically used when I run
./configure
# autoconf -V
autoconf (GNU Autoconf) 2.52
Written by David J. MacKenzie.
I use the tar.gz from the offical openssh site.
Here the lines from configure:
# Check whether --with-xauth or --without-xauth was given.
if test "${with_xauth+set}" = set; then
withval="$with_xauth"
if test "x$withval" != "xno" ; then
xauth_path=$withval
fi
else
_________________________________________________________________
15449: # Extract the first word of "xauth", so it can be
a program name
with args.
set dummy xauth; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_xauth_path+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $xauth_path in
[\\/]* | ?:[\\/]*)
ac_cv_path_xauth_path="$xauth_path" # Let the user override the test
with a pa
th.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in
$PATH:/usr/X/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/openwin/bin
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_path_xauth_path="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
Done
done
;;
esac
fi
xauth_path=$ac_cv_path_xauth_path
if test -n "$xauth_path"; then
echo "$as_me:$LINENO: result: $xauth_path" >&5
15482: echo "${ECHO_T}$xauth_path" >&6
__________________________________________________________________
else
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
fi
Andreas Kerl
-----Original Message-----
From: Tim Rice [mailto:tim at multitalents.net]
Sent: Tuesday, June 04, 2002 7:31 PM
To: Kerl, Andreas
Cc: openssh-unix-dev at mindrot.org
Subject: RE: (no subject)X-forward
On Tue, 4 Jun 2002, Kerl, Andreas wrote:
> I use autoconf.
What version?
> Before configure I make clean.
>
> Config-log:
>
> configure:15449: checking for xauth
> configure:15482: result: no
Maybe lines 15449 to 15482 of your configure will give you a clue as to
what is going wrong.
>
> But xauth is in /usr/openwin/bin
>
>
> Andreas Kerl
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
More information about the openssh-unix-dev
mailing list