src/crypto.c: possible fix for memory leak related
[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 autopoint --force
6 autoreconf -i --force 2>&1|grep -v 'warning: underquoted definition'