Use "--force" with autopoint to overwrite modified files.

This commit is contained in:
Pavel Roskin 2003-05-20 16:12:26 +00:00
parent dbfc50456f
commit 4cded37e35
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ if test $gettext_ver -ge 01100; then
echo "Upgrade gettext to at least 0.11.5 or downgrade to 0.10.40" 2>&1
exit 1
fi
$AUTOPOINT || exit 1
$AUTOPOINT --force || exit 1
else
$GETTEXTIZE --copy --force || exit 1
if test -e po/ChangeLog~; then