Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#2786] fix grep: warning: stray \ before - | Andrei Pavel | 2023-05-19 | 1 | -1/+1 |
| | |||||
* | [#2311] ax_find_library: add -L if pkg-config doesn't | Andrei Pavel | 2022-10-21 | 1 | -5/+14 |
| | | | | | Solves a problem in RHEL where -L${libdir} is missing from "pkg-config --libs". | ||||
* | [#2311] migrate autoconf to libyang2 and sysrepo2 | Andrei Pavel | 2022-10-21 | 1 | -2/+2 |
| | |||||
* | [#2311] ax_find_library: search for .pc file in lib64 as well | Andrei Pavel | 2022-10-21 | 1 | -15/+11 |
| | |||||
* | [#2049] prevent empty location appended to rpath | Andrei Pavel | 2021-10-22 | 1 | -1/+3 |
| | |||||
* | [#2049] improve build error message | Andrei Pavel | 2021-09-14 | 1 | -1/+6 |
| | |||||
* | [#2049] AX_FIND_LIBRARY: add libdir to rpath | Andrei Pavel | 2021-09-14 | 1 | -2/+11 |
| | |||||
* | [#2049] AX_FIND_LIBRARY: look in lib64 also | Andrei Pavel | 2021-09-14 | 1 | -6/+12 |
| | |||||
* | [#1990] ax_find_library: look in lib64 also | Andrei Pavel | 2021-08-16 | 1 | -14/+18 |
| | |||||
* | [#2025] correct spelling errors (minor change) | Andrei Pavel | 2021-08-13 | 1 | -2/+2 |
| | |||||
* | [#1990] add directory of .pc file to pkgconf path | Andrei Pavel | 2021-08-13 | 1 | -6/+8 |
| | |||||
* | [#1990] Missing headers error more informative | Tomek Mrugalski | 2021-08-12 | 1 | -2/+2 |
| | |||||
* | [#1990] AX_FIND_LIBRARY: append usual paths in PKG_CONFIG_PATH | Andrei Pavel | 2021-08-12 | 1 | -9/+10 |
| | |||||
* | [#1990] AX_DISPLAY_LIBRARY_WARNINGS | Andrei Pavel | 2021-08-12 | 1 | -15/+41 |
| | |||||
* | [#1990] typo: LIBRARY_CPFFLAGS -> LIBRARY_CPPFLAGS | Andrei Pavel | 2021-08-12 | 1 | -3/+3 |
| | |||||
* | [#1077] 2 out of 3 --with-libyang modes work: | Tomek Mrugalski | 2021-07-26 | 1 | -2/+11 |
| | | | | | | - --with-libyang=/usr/local works - --with-libyang works - --with-libyang=/path/to/.pc does not work yet | ||||
* | [#1077] Fixed *_LIBS variables | Tomek Mrugalski | 2021-07-26 | 1 | -1/+1 |
| | |||||
* | [#1077] replace --with-path with PKG_CONFIG_PATH | Andrei Pavel | 2021-07-26 | 1 | -19/+30 |
| | | | | | and fix ./configure without parameters from showing an error when checking for libyang | ||||
* | [#1077] autotools: AX_FIND_LIBRARY & AX_SYSREPO | Andrei Pavel | 2021-07-26 | 1 | -80/+132 |
| | |||||
* | [#1077] a more generic AX_FIND_LIBRARY | Andrei Pavel | 2021-07-26 | 1 | -0/+111 |