From 9a23998c24f2e66dd5ef1b6ddaeb9a5fc0f909c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sat, 26 Jun 2010 02:55:48 +0200 Subject: [build] Use the --force option of autopoint So we can overwriting files that already exist --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index f43e4e8a2..50f5f5054 100755 --- a/autogen.sh +++ b/autogen.sh @@ -109,7 +109,7 @@ $ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $? libtoolize --force || exit $? gtkdocize || exit $? -autopoint || exit $? +autopoint --force || exit $? autoheader || exit $? $AUTOMAKE --add-missing || exit $? -- cgit v1.2.1