]> code.citadel.org Git - citadel.git/blobdiff - webcit/autogen.sh
more modern version.
[citadel.git] / webcit / autogen.sh
index ed15af560a0df16e4046bc6e0d6aeceb728e8409..9526208491e7e00e6d2a54ca836d999db4c97329 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/bash
 # tool to generate the automaticaly provided stuff 
 svn log >ChangeLog
-intltoolize --force 2>&1 |grep -v "You should update your 'aclocal.m4' by running aclocal."
+#intltoolize --force 2>&1 |grep -v "You should update your 'aclocal.m4' by running aclocal."
+autopoint --force
 autoreconf -i --force 2>&1|grep -v 'warning: underquoted definition'