rhaas/strip-dirs
-
- Loading...
Author | Commit | Message | Date | Builds | ||
---|---|---|---|---|---|---|
250+ commits behind master. | ||||||
Cactus: provide autoconf like detection for libraries
|
|
|||||
Cactus: provide find_lib2 with improved detection and strippign logic
The logic goes like this:
The ultimate goal is to provide values for these variables:
* PREFIX_DIR
* PREFIX_LIBS
* PREFIX_LIB_DIRS
* PREFIX_INC_DIRS
if any of them are set by the user, user those values. Otherwise:
* if a GUESS is provided to find_libs, try compiling and linking using
that GUESS/include and a selection of GUESS/lib directories, then set
the unset variables based on this
* …
|
|
|||||
Cactus: remove strip_incs and strip_libs bash functions
they would have stripped eg /home/johndoe/lib if a library also existed
in /usr/lib
|
|
|||||
Cactus: try out needed -I and -L flags in find_lib autoconf-style
this avoids issues with different OS having different lists of standard
system directories
|
|