Codebase list h5utils / a479d900-d6af-4a94-b6dd-2fca6916862c/main autogen.sh
a479d900-d6af-4a94-b6dd-2fca6916862c/main

Tree @a479d900-d6af-4a94-b6dd-2fca6916862c/main (Download .tar.gz)

autogen.sh @a479d900-d6af-4a94-b6dd-2fca6916862c/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 "$@"