summaryrefslogtreecommitdiffstats
path: root/m4macros/ax_find_library.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#2786] fix grep: warning: stray \ before -Andrei Pavel2023-05-191-1/+1
|
* [#2311] ax_find_library: add -L if pkg-config doesn'tAndrei Pavel2022-10-211-5/+14
| | | | | Solves a problem in RHEL where -L${libdir} is missing from "pkg-config --libs".
* [#2311] migrate autoconf to libyang2 and sysrepo2Andrei Pavel2022-10-211-2/+2
|
* [#2311] ax_find_library: search for .pc file in lib64 as wellAndrei Pavel2022-10-211-15/+11
|
* [#2049] prevent empty location appended to rpathAndrei Pavel2021-10-221-1/+3
|
* [#2049] improve build error messageAndrei Pavel2021-09-141-1/+6
|
* [#2049] AX_FIND_LIBRARY: add libdir to rpathAndrei Pavel2021-09-141-2/+11
|
* [#2049] AX_FIND_LIBRARY: look in lib64 alsoAndrei Pavel2021-09-141-6/+12
|
* [#1990] ax_find_library: look in lib64 alsoAndrei Pavel2021-08-161-14/+18
|
* [#2025] correct spelling errors (minor change)Andrei Pavel2021-08-131-2/+2
|
* [#1990] add directory of .pc file to pkgconf pathAndrei Pavel2021-08-131-6/+8
|
* [#1990] Missing headers error more informativeTomek Mrugalski2021-08-121-2/+2
|
* [#1990] AX_FIND_LIBRARY: append usual paths in PKG_CONFIG_PATHAndrei Pavel2021-08-121-9/+10
|
* [#1990] AX_DISPLAY_LIBRARY_WARNINGSAndrei Pavel2021-08-121-15/+41
|
* [#1990] typo: LIBRARY_CPFFLAGS -> LIBRARY_CPPFLAGSAndrei Pavel2021-08-121-3/+3
|
* [#1077] 2 out of 3 --with-libyang modes work:Tomek Mrugalski2021-07-261-2/+11
| | | | | | - --with-libyang=/usr/local works - --with-libyang works - --with-libyang=/path/to/.pc does not work yet
* [#1077] Fixed *_LIBS variablesTomek Mrugalski2021-07-261-1/+1
|
* [#1077] replace --with-path with PKG_CONFIG_PATHAndrei Pavel2021-07-261-19/+30
| | | | | and fix ./configure without parameters from showing an error when checking for libyang
* [#1077] autotools: AX_FIND_LIBRARY & AX_SYSREPOAndrei Pavel2021-07-261-80/+132
|
* [#1077] a more generic AX_FIND_LIBRARYAndrei Pavel2021-07-261-0/+111