projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Don't pop explicitly changed status messages.
[wxWidgets.git]
/
src
/
tiff
/
autogen.sh
This page requires JavaScript to run. Use
this page
instead.
0 / 8 ( 0%)
Commit
Line
Data
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