From c97acc792a69cbcabfa05150b639ef6b11f877f9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 9 Dec 2011 23:23:16 -0800 Subject: * configure: Fix patching without quilt. --- ChangeLog | 4 ++++ configure | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6c20cb69..695ff973 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-12-09 Kaz Kylheku + + * configure: Fix patching without quilt. + 2011-12-09 Kaz Kylheku Build and pass test suite on Cygwin. diff --git a/configure b/configure index b6c91967..45804f50 100755 --- a/configure +++ b/configure @@ -1062,7 +1062,7 @@ apply_patches() while read patch patchlevel ; do case patch in '#' ) continue ;; - * ) patch ${patchlevel:--p0} < $patch ;; + * ) patch ${patchlevel:--p1} < patches/$patch ;; esac done < patches/series } -- cgit v1.2.3