projects
/
rrdtool.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix MSVC2008 compilation ... it does not understand char *const *argv iin rrd_getopt
[rrdtool.git]
/
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