repo.or.cz
/
viking.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Declaring curl_download_init function.
[viking.git]
/
autogen.sh
blob
1a953ded697eebb1293c602be00c0491461f1bd0
1
#!/bin/sh
2
3
# This file allows to 'bootstrap' the generation envir.
4
# It must be used the first time the project is downloaded from the CVS.
5
6
#libtoolize || exit 1
7
aclocal
-I
m4
||
exit
1
8
autoheader ||
exit
1
9
automake
--add-missing
||
exit
1
10
autoconf ||
exit
1