Fix DESTDIR handling. DESTDIR got prepended twice for $(DESTDIR)$libdir
authorDiego Biurrun <diego@biurrun.de>
Sat, 15 Jul 2006 16:16:49 +0000 (16:16 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 15 Jul 2006 16:16:49 +0000 (16:16 +0000)
commit2266e085c98bf5cdbff8cb2ae6f18ac9d84d6a0a
tree367467fab049ceaffe9b55953512a4c4f6f04134
parent7d6ed4aaf291e86819644eac9cef1626fa77d387
Fix DESTDIR handling.  DESTDIR got prepended twice for $(DESTDIR)$libdir
and similar since $libdir contained $prefix, which contained $(DESTDIR)..

Originally committed as revision 5754 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure