* patches to make rrdtool compile on win32 (trunk and 1.4)
[rrdtool.git] / autogen.sh
1 #!/bin/sh
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