Codebase list libmuscle / ec5f2d61-be87-4084-8de2-57bfffcce56f/main autogen.sh
ec5f2d61-be87-4084-8de2-57bfffcce56f/main

Tree @ec5f2d61-be87-4084-8de2-57bfffcce56f/main (Download .tar.gz)

autogen.sh @ec5f2d61-be87-4084-8de2-57bfffcce56f/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"