fixed solaris regression introduced in r1904 ... now the isnan macro should work...
[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