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
76e3ac22
Commit
76e3ac22
authored
Apr 11, 2000
by
Niels Möller
Browse files
* configure.in: Bumped version to 0.9.5.
Fixed descriptions of options. Rev: configure.in:1.63
parent
f19ca68c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
76e3ac22
...
...
@@ -4,7 +4,7 @@ dnl $Id$
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/lsh_types.h)
AM_INIT_AUTOMAKE(lsh, 0.9.
4
)
AM_INIT_AUTOMAKE(lsh, 0.9.
5
)
dnl No real versioning yet, use dated snapshots instead.
dnl AM_INIT_AUTOMAKE(lsh, esyscmd([date +snapshot-%Y-%m-%d]))
...
...
@@ -100,7 +100,7 @@ if test x$with_datafellows_workarounds = xyes ; then
fi
AC_ARG_WITH(tcp_forward,
[--without-tcp-forward
Support
tcp forwarding],,
[--without-tcp-forward
Disable
tcp forwarding],,
[with_tcp_forward=yes])
if test x$with_tcp_forward = xyes ; then
...
...
@@ -116,8 +116,7 @@ if test x$with_x11_forward = xyes ; then
fi
AC_ARG_WITH(agent_forward,
[--without-agent-forward Support auth-agent forwarding (proxy
only)],,
[--without-agent-forward Support auth-agent forwarding (proxy only)],,
[with_agent_forward=yes])
if test x$with_agent_forward = xyes ; then
...
...
Write
Preview
Supports
Markdown
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