repo.or.cz
/
xf86-input-tuio.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial skeleton structure
[xf86-input-tuio.git]
/
autogen.sh
blob
904cd6746c8734b2c33e3f80773d4759715d2f6e
1
#! /bin/sh
2
3
srcdir
=
`dirname
$0
`
4
test -z
"
$srcdir
"
&&
srcdir
=
.
5
6
ORIGDIR
=
`pwd`
7
cd
$srcdir
8
9
autoreconf
-v --install
||
exit
1
10
cd
$ORIGDIR
||
exit
$?
11
12
$srcdir
/
configure
--enable-maintainer-mode
"$@"