summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--quilt.changes5
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index cb48741..8040653 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -30,6 +30,7 @@ TR := @TR@
SED := @SED@
AWK := @AWK@
FIND := @FIND@
+XARGS := @XARGS@
DIFF := @DIFF@
PATCH := @PATCH@
MKTEMP := @MKTEMP@
diff --git a/quilt.changes b/quilt.changes
index d418cfd..42c6d82 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Sep 30 14:21:45 CEST 2013 - jdelvare@suse.de
+
+- Makefile.in: Fix support for configure --with-xargs.
+
+-------------------------------------------------------------------
Mon Sep 30 14:19:26 CEST 2013 - jdelvare@suse.de
- delete.test: Cope with new quoting style in find error message.