* fixed debian build
[citadel.git] / webcit / autogen.sh
1 #!/bin/bash
2 # tool to generate the automaticaly provided stuff 
3 intltoolize --force
4 autoreconf -i --force
5