[gdk-pixbuf] [build] Use the --force option of autopoint



commit 9a23998c24f2e66dd5ef1b6ddaeb9a5fc0f909c1
Author: Javier Jardón <jjardon gnome org>
Date:   Sat Jun 26 02:55:48 2010 +0200

    [build] Use the --force option of autopoint
    
    So we can overwriting files that already exist

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index f43e4e8..50f5f50 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 $?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]