Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
14c5a4ea
Commit
14c5a4ea
authored
Sep 03, 2002
by
Pontus Freyhult
Browse files
Search for xauth.
Rev: ChangeLog:1.544 Rev: configure.ac:1.15
parent
d574744b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
14c5a4ea
2002-09-03 Pontus Skld <pont@soua.net>
* configure.ac: Search for xauth.
2002-09-02 Pontus Skld <pont@soua.net>
* src/testsuite/lsh-8-test: New test. Check whatever unencrypted
...
...
configure.ac
View file @
14c5a4ea
...
...
@@ -415,6 +415,18 @@ AC_CHECK_HEADERS(X11/Xauth.h)
AC_CHECK_LIB(Xau, XauGetAuthByAddr)
LSH_RPATH_FIX
AC_ARG_VAR(XAUTH_PROGRAM, Program used to handle .Xauthority-files by lshd)
if test -z "$XAUTH_PROGRAM"; then
AC_PATH_PROG(XAUTH_PROGRAM, xauth,, /usr/X11R6/bin:/usr/openwin/bin:/usr/X/bin:/usr/X11/bin:/usr/bin:/usr/bin/X:/usr/bin/X11)
fi
if test -z "$XAUTH_PROGRAM"; then
AC_MSG_WARN(Couldn't find xauth, try passing XAUTH_PROGRAM=/path/to/xauth to configure)
else
AC_DEFINE_UNQUOTED(XAUTH_PROGRAM, "$XAUTH_PROGRAM", Program used by lshd to handle .Xauthority-files)
fi
AC_CHECK_LIB(crypt, crypt)
AC_CHECK_LIB(xnet, inet_addr)
AC_CHECK_LIB(nsl, gethostbyname)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment