Toggle navigation
Sign in
Georg GH. Hopp
/
mod-entropy
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
2cf8fa0d18a30bf35f2607135922334ffcb893c1
Authored by
Georg Hopp
2012-05-10 11:56:23 +0200
1 parent
11a6d635
add bootstrap file
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
bootstrap
bootstrap
0 → 100755
View file @
2cf8fa0
1
+
#!/bin/sh
2
+
3
+
aclocal
4
+
libtoolize --copy
5
+
autoheader
6
+
automake --gnu --add-missing --copy
7
+
autoconf
...
...
Please
register
or
login
to post a comment