[sleuthkit-developers] [ sleuthkit-Feature Requests-2893521 ] Allow libewf/afflib location to be sp
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2009-11-10 21:19:17
|
Feature Requests item #2893521, was opened at 2009-11-06 15:15 Message generated for change (Settings changed) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477892&aid=2893521&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Installer Group: None >Status: Closed Priority: 5 Private: No Submitted By: Brian Carrier (carrier) Assigned to: Nobody/Anonymous (nobody) Summary: Allow libewf/afflib location to be specified Initial Comment: Currently, configure will search in standard locations for libewf and afflib. If a user installs the libraries in their home directory though, it will not be found. Add a feature to configure to allow user to specify the location. For example, some other programs allow the user to specify '--with-LIBXYZ=/my/path'. ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2009-11-10 16:19 Message: Fixed. --with-libewf=dir and --with-afflib=dir can be used. --without-afflib and --without-libewf should now be used instead of --disable-libewf and --disable-afflib. Sending trunk/INSTALL.txt Sending trunk/configure.ac Transmitting file data .. Committed revision 126. ---------------------------------------------------------------------- Comment By: Brian Carrier (carrier) Date: 2009-11-09 19:27 Message: I thought that this was part of autoconf by default, but realized that it means something else. Reverted instructions. Working on different fix using AC_ARG_WITH. Sending trunk/INSTALL.txt Transmitting file data . Committed revision 125. ---------------------------------------------------------------------- Comment By: Brian Carrier (carrier) Date: 2009-11-09 18:46 Message: Added --prefix argument description to INSTALL.txt file as a short-term fix. Sending trunk/INSTALL.txt Transmitting file data . Committed revision 124. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477892&aid=2893521&group_id=55685 |