Codebase list h5utils / fresh-snapshots/main autogen.sh
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

autogen.sh @fresh-snapshots/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 "$@"