do not close the filehandle to the resize file of there was a problem getting it...
[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