repo.or.cz
/
Qnixx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup gitignore.
[Qnixx.git]
/
autogen.sh
blob
5e02957f492d452a0913ed2d46603181076174f7
1
#!/usr/bin/env bash
2
3
# find the location of the source code
4
srcdir
=
"$(dirname "
$0
")"
5
test -z
"
$srcdir
"
&&
srcdir
=
.
6
cd
"
$srcdir
"
7
8
# get system "install-sh" and run autoconf
9
cp
"$(automake --print-libdir)/install-sh"
.
&&
autoconf