projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
check for self-assignment in operator=
[wxWidgets.git]
/
src
/
tiff
/
autogen.sh
Commit
Line
Data
8414a40c
VZ
1
#!/bin/sh
2
set -x
3
#libtoolize --force --copy
4
aclocal -I ./m4
5
autoheader
6
automake --foreign --add-missing --copy
7
autoconf
8