Codebase list libmuscle / debian/3.7+4565-6 autogen.sh
debian/3.7+4565-6

Tree @debian/3.7+4565-6 (Download .tar.gz)

autogen.sh @debian/3.7+4565-6raw · 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"