Don't prefix $prefix with $(DESTDIR) in configure
commit6d4166df61adf7513593d91bed12b7a9823d104d
authorThomas Preud'homme <thomas.preudhomme@celest.fr>
Thu, 15 Apr 2010 17:10:59 +0000 (15 19:10 +0200)
committerThomas Preud'homme <thomas.preudhomme@celest.fr>
Thu, 15 Apr 2010 17:10:59 +0000 (15 19:10 +0200)
treea739224d0e2d0eb31a11910be33c54af46b406ab
parent8de9b7a6314a4e93e88518b0b2f0e084cbc448b0
Don't prefix $prefix with $(DESTDIR) in configure

Prefixing $prefix with $(DESTDIR) is an error as it could lead for
example to mandir being equal to $(DESTDIR)$prefix/man where
$prefix itself is equal to $(DESTDIR)/usr/local which make man be equal
to $(DESTDIR)$(DESTDIR)/usr/local/man
configure