summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-19 14:07:02 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-19 14:07:02 +0000
commit889234847e66a3d15c2a2353af911c128cabe2dc (patch)
tree8631005258c9e19ed679b713440aa14d55926c4e /compat
parent097df6ce558b8bd14dd3beeea183033c4cec0fe5 (diff)
downloadquilt-889234847e66a3d15c2a2353af911c128cabe2dc.tar.gz
- Use compatibility m4 for diffstat. Correctly diagnose older
diffstat on OS X 10.3, which outputs '1.2 (patch 5)'. Update configure warning message to reflect reality that quilt diff does not accept --diffstat (John Vandenberg <jayvdb@gmail.com>).
Diffstat (limited to 'compat')
-rw-r--r--compat/diffstat.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/compat/diffstat.in b/compat/diffstat.in
new file mode 100644
index 0000000..f194ccf
--- /dev/null
+++ b/compat/diffstat.in
@@ -0,0 +1,4 @@
+#! @BASH@
+
+echo "diffstat support has not been built into \`quilt'" >&2
+exit 1