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
ee951ec8
Commit
ee951ec8
authored
Jan 13, 2003
by
Niels Möller
Browse files
Use plain automake -a, no extra arguments.
Rev: misc/bootstrap.sh:1.11
parent
c62014e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/bootstrap.sh
View file @
ee951ec8
...
...
@@ -19,7 +19,7 @@ autoconf
(
cd
src/nettle
&&
./.bootstrap
)
(
cd
src/sftp
&&
./.bootstrap
)
automake
-a
Makefile src/Makefile
automake
-a
(
cd
src/argp
&&
automake
-a
)
(
cd
src/nettle
&&
automake
-a
)
...
...
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