summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-06-26 02:55:48 +0200
committerJavier Jardón <jjardon@gnome.org>2010-06-26 03:26:19 +0200
commit9a23998c24f2e66dd5ef1b6ddaeb9a5fc0f909c1 (patch)
tree02f91f128b3ec474ccaf066d2fda28b24133e1d8 /autogen.sh
parent7b9b69131fd475c93973d4edb8c7903a28c8e017 (diff)
downloadgdk-pixbuf-9a23998c24f2e66dd5ef1b6ddaeb9a5fc0f909c1.tar.gz
[build] Use the --force option of autopoint
So we can overwriting files that already exist
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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 $?