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
0d4375bb
Commit
0d4375bb
authored
Jun 13, 2001
by
Niels Möller
Browse files
Bootstrap the nettle subdirectory.
Rev: misc/bootstrap.sh:1.7
parent
b9774c60
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/bootstrap.sh
View file @
0d4375bb
...
...
@@ -16,6 +16,11 @@ autoconf
(
cd
src/argp
&&
autoconf
)
(
cd
src/argp
&&
autoheader
)
automake
-a
(
cd
src/nettle
&&
aclocal
)
(
cd
src/nettle
&&
autoconf
)
(
cd
src/nettle
&&
autoheader
)
automake
-a
Makefile src/Makefile
(
cd
src/argp
&&
automake
-a
)
(
cd
src/nettle
&&
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