blob: 1fad67a13bd22e6badd7228b7e2df5e78ec48284 (
plain)
1
2
3
4
5
6
7
8
9
|
diff --git a/autogen.sh b/autogen.sh
index a98a3c5..982aff1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,2 @@
#!/bin/sh -ex
-po/update-potfiles
-autopoint --force
exec autoreconf -f -i
|