projects
/
empserver
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
client: Unbreak standalone build
[empserver]
/
bootstrap
1
#!/bin/sh -e
2
# Run this script after a fresh git clone to bring the source tree
3
# into a state where you can run configure.
4
aclocal -I m4
5
autoconf
6
autoheader
7
touch stamp-h.in