repo.or.cz
/
libfprint.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Unhide fprint_data buffer from drivers
[libfprint.git]
/
autogen.sh
blob
7d368f84b1eb3588e118854d0f92b762775d0f6c
1
#!/bin/sh
2
libtoolize
--copy --force
||
exit
1
3
aclocal ||
exit
1
4
autoheader ||
exit
1
5
autoconf ||
exit
1
6
automake
-a -c
||
exit
1
7
.
/
configure
--enable-maintainer-mode --enable-examples-build
\
8
--enable-debug-log
$
*