repo.or.cz
/
libfprint
/
pyfprint.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change the Python install location
[libfprint/pyfprint.git]
/
autogen.sh
blob
374db0ff17fe95e230e2fef964e11b11af9b4bcc
1
#!/bin/sh
2
libtoolize
--copy --force
||
exit
1
3
aclocal
-I
m4
||
exit
1
4
autoheader ||
exit
1
5
autoconf
-I
m4
||
exit
1
6
automake
-a -c
||
exit
1
7
.
/
configure
--enable-maintainer-mode --enable-examples-build
\
8
--enable-x11-examples-build --enable-debug-log
$
*