Codebase list h5utils / 21cd33b7-3c74-4c32-aabc-8c88d0e4df78/main autogen.sh
21cd33b7-3c74-4c32-aabc-8c88d0e4df78/main

Tree @21cd33b7-3c74-4c32-aabc-8c88d0e4df78/main (Download .tar.gz)

autogen.sh @21cd33b7-3c74-4c32-aabc-8c88d0e4df78/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/sh

# paranoia: sometimes autoconf doesn't get things right the first time
autoreconf --verbose --install --symlink --force
autoreconf --verbose --install --symlink --force
autoreconf --verbose --install --symlink --force

./configure --with-hdf4 --enable-maintainer-mode "$@"