--- ./Makefile.in.destdir 2004-09-28 10:36:36.783088158 +0200 +++ ./Makefile.in 2004-09-28 10:39:32.114687891 +0200 @@ -641,8 +641,8 @@ install-exec-local: libvisual/lvconfig.h - $(mkinstalldirs) $(prefix)/include/libvisual - file=$(prefix)/include/libvisual/lvconfig.h; \ + $(mkinstalldirs) $(DESTDIR)$(prefix)/include/libvisual + file=$(DESTDIR)$(prefix)/include/libvisual/lvconfig.h; \ if test -r $$file && cmp -s libvisual/lvconfig.h $$file; then :; \ else $(INSTALL_DATA) libvisual/lvconfig.h $$file; fi