tokkee.org
Code
projects
/
rrdtool-all.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
implement CSV, TSC, SSV with JSON and XML as "graphics" formats for rrdgraph -- Marti...
[rrdtool-all.git]
/
program
/
autogen.sh
1
#!/bin/bash
2
3
# On MAC OS X, GNU libtoolize is named 'glibtoolize':
4
if [ `(uname -s) 2>/dev/null` == 'Darwin' ]
5
then
6
glibtoolize
7
else
8
libtoolize
9
fi
10
11
autoreconf --force --install --verbose -I m4