blob: 1286011814ef715bc9966384c88da482763f014d (
plain)
1
2
3
4
5
6
|
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
aclocal-1.9 && \
autoconf && \
automake-1.9 --add-missing --copy && \
./configure --prefix=/srv/www/vhosts/weasel/www.noreply.org
|