tokkee.org
Code
projects
/
collectd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'collectd-4.3'
[collectd.git]
/
build.sh
1
#! /bin/sh
2
3
libtoolize=libtoolize
4
5
if which glibtoolize > /dev/null 2>&1; then
6
libtoolize=glibtoolize
7
fi
8
9
set -x
10
11
autoheader \
12
&& aclocal \
13
&& $libtoolize --ltdl --copy --force \
14
&& automake --add-missing --copy \
15
&& autoconf