summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-02-01 12:28:29 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-02-01 12:28:29 +0000
commit882ab0adfcf900abab9aa3df22fb7051df058a22 (patch)
treec3bcb7752d7ce593decb5fc93bf34b06c56e0e4e /Makefile.in
parent2f9728a96276570abdcf3420f27ce03af0feddea (diff)
downloadquilt-882ab0adfcf900abab9aa3df22fb7051df058a22.tar.gz
- configure.ac: Remove uniq -D test; we no longer use it.
- compat/date.in: Compatibility wrapper that emulates the GNU date features that quilt depends on (with minor cleanups from Andreas Gruenbacher). - configure.ac: Add test for date --rfc-822.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e031b4c..d6a75cd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,7 +18,6 @@ POD2MAN := @POD2MAN@
COLUMN := @COLUMN@
GETOPT := @GETOPT@
CP := @CP@
-UNIQ := @UNIQ@
DATE := @DATE@
PERL := @PERL@
BASH := @BASH@