Toggle navigation
Sign in
discontinued
/
token
·
Commits
GitLab
Go to group
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
afbbd0ba786cafba5aaa42a9c3f656a9ead66a7a
Authored by
Georg Hopp
2011-11-15 13:37:42 +0100
1 parent
74562712
change order in build.sh
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
build.sh
build.sh
View file @
afbbd0b
1
1
#!/bin/sh
2
2
3
-
libtoolize --copy
4
3
aclocal
4
+
libtoolize --copy
5
5
autoconf
6
6
automake --add-missing --copy
...
...
Please
register
or
login
to post a comment