]> code.citadel.org Git - citadel.git/blob - webcit/autogen.sh
ed15af560a0df16e4046bc6e0d6aeceb728e8409
[citadel.git] / webcit / autogen.sh
1 #!/bin/bash
2 # tool to generate the automaticaly provided stuff 
3 svn log >ChangeLog
4 intltoolize --force 2>&1 |grep -v "You should update your 'aclocal.m4' by running aclocal."
5 autoreconf -i --force 2>&1|grep -v 'warning: underquoted definition'