add --force for autopoint
This commit is contained in:
parent
d222c56543
commit
1e7c9071de
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ sh() {
|
|||
/bin/sh -c "set -x; $*"
|
||||
}
|
||||
|
||||
sh autopoint # for GNU gettext
|
||||
sh autopoint --force # for GNU gettext
|
||||
sh libtoolize --copy --force --automake
|
||||
sh aclocal
|
||||
sh autoheader
|
||||
|
|
Loading…
Reference in a new issue