summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-31 12:45:35 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-31 12:45:35 +0000
commitc5c34148fe671cceb3da919da6538858565c96a7 (patch)
tree2c9ed7f4e36ae7447602919e4de888fb323ecb68 /Makefile.in
parentf889bf80603452be10399cca984fb853d87516c6 (diff)
downloadquilt-c5c34148fe671cceb3da919da6538858565c96a7.tar.gz
- Check for GNU uniq, and test if uniq -D is supported (from Gary
V. Vaughan).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d6a75cd..e031b4c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,6 +18,7 @@ POD2MAN := @POD2MAN@
COLUMN := @COLUMN@
GETOPT := @GETOPT@
CP := @CP@
+UNIQ := @UNIQ@
DATE := @DATE@
PERL := @PERL@
BASH := @BASH@