From e51a02bd1d12034fcad8017f916b23eeab2922e4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 10 Apr 2005 20:23:09 +0000 Subject: ignore already applied patch Original commit message from CVS: ignore already applied patch --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') 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 -- cgit v1.2.3