diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-04-10 20:23:09 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-04-10 20:23:09 +0000 |
commit | e51a02bd1d12034fcad8017f916b23eeab2922e4 (patch) | |
tree | d6c157c518ec70dfb33b6c6bf29effd3e437b4a9 /autogen.sh | |
parent | 73d7c02993fbb24e2209d6db8b58f639fc29b0c0 (diff) |
ignore already applied patch
Original commit message from CVS:
ignore already applied patch
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 06d9d7232..411a3f3f5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -67,7 +67,7 @@ if test -x mkinstalldirs; then rm mkinstalldirs; fi # first remove patch if necessary, then run autopoint, then reapply if test -f po/Makefile.in.in; then - patch -p0 -R < common/gettext.patch + patch -p0 -R --forward < common/gettext.patch fi tool_run "$autopoint --force" patch -p0 < common/gettext.patch |