Codebase list libmuscle / 585f6e3b-9f6b-4c54-8a79-069bc909447b/3.7+4565-7 autogen.sh
585f6e3b-9f6b-4c54-8a79-069bc909447b/3.7+4565-7

Tree @585f6e3b-9f6b-4c54-8a79-069bc909447b/3.7+4565-7 (Download .tar.gz)

autogen.sh @585f6e3b-9f6b-4c54-8a79-069bc909447b/3.7+4565-7raw · history · blame

1
2
3
4
5
#!/bin/sh
mkdir -p config
autoreconf --force --install -I config  -I m4
echo "Now run ./configure --prefix=$HOME && make install" && \
echo "Add --disable-shared to the configure line if building on Mac OS X"