repo.or.cz
/
wmaker-crm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
a small update
[wmaker-crm.git]
/
update-autoconf
blob
5fbcf4d0b2ea84de593a50f1ccd218b095743905
1
#!/bin/sh
2
#
3
# This file is handy to update all the files generated by autoconf, automake
4
# and friends, quickly.
5
#
6
7
aclocal
8
autoheader
9
autoconf
10
libtoolize
--force --automake
11
automake
-a --gnu --include-deps