On Sun, May 21, 2006 at 04:59:28PM -0500, Bo Peng wrote: > Please test the attached patch. It introduces dest_dir.
I have not tested your patch but DESTDIR is simpler than you think, perhaps. You should do everything as specified by PREFIX and then, at install time, copy to $DESTDIR/$PREFIX if DESTDIR is defined, otherwise everything goes as before, ie, copy to $PREFIX. DESTDIR is useful because you can isolate the files to be installed from other files in the file system. -- Enrico