Codebase list libmuscle / d99bd70a-153e-4e9d-b0c5-5cb8cc4b59b2/main autogen.sh
d99bd70a-153e-4e9d-b0c5-5cb8cc4b59b2/main

Tree @d99bd70a-153e-4e9d-b0c5-5cb8cc4b59b2/main (Download .tar.gz)

autogen.sh @d99bd70a-153e-4e9d-b0c5-5cb8cc4b59b2/mainraw · 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"