summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-04-10 18:19:18 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-04-10 18:19:18 +0000
commit6426406e1ad833ccf44160e78e0a065b95b9204c (patch)
tree2046b0596053959574d97fac66295da118c9378c /autogen.sh
parent8e388916a4571ea9f531863c03a6fad25e9ee1dd (diff)
ignore already applied patch
Original commit message from CVS: ignore already applied patch
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 adbaa7e25..7f8378bf1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -65,7 +65,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"
patch -p0 < common/gettext.patch