Updated assembly source files to work around a bug (?) in the linker
[alexxy/gromacs.git] / bootstrap
1 #!/bin/sh
2 # This is a script to create all the configuration files when
3 # you compile from the CVS source. You should NOT use it to
4 # compile the distribution.
5 aclocal
6 # fix for OSX producing debug directories; replace rm -f with rm -rf in built-in scripts
7 cat aclocal.m4 | sed -e 's/rm="rm -f"/rm="rm -rf"/' | sed -e 's/rm -f /rm -rf /' > aclocal.tmp && mv aclocal.tmp aclocal.m4
8 autoheader
9 automake
10 autoconf