summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 798e8de87230b07a71359a6607e6ea2ceb3f8e7a (plain)
1
2
3
4
5
6
7
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
aclocal-1.9 && \
	autoconf && \
	automake-1.9 --add-missing --copy && \
	./configure --prefix=/var/www/weasel/www.noreply.org
	#autoheader && \