Skip to content
GitLab
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
b356788e
Commit
b356788e
authored
Aug 27, 2001
by
Niels Möller
Browse files
* misc/bootstrap.sh: Bootstrap the src/sftp subdirectory.
Rev: misc/bootstrap.sh:1.9
parent
59a2c662
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/bootstrap.sh
View file @
b356788e
...
...
@@ -18,7 +18,12 @@ autoconf
(
cd
src/nettle
&&
./.bootstrap
)
(
cd
src/sftp
&&
aclocal
)
(
cd
src/sftp
&&
autoconf
)
(
cd
src/sftp
&&
autoheader
)
automake
-a
Makefile src/Makefile
(
cd
src/argp
&&
automake
-a
)
(
cd
src/nettle
&&
automake
-a
)
(
cd
src/sftp
&&
automake
-a
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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