summaryrefslogtreecommitdiffstats
path: root/config/pkgconf.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: Replace `make config` with a `./configure` scriptTavian Barnes2024-04-291-100/+0
| | | | | | | | | | This lets us do more traditional out-of-tree builds like $ ../path/to/bfs/configure $ make The .mk files are moved from ./config to ./build, mostly so that ./configure will auto-complete easily.
* config: Move .c files into config/{use,has} subdirectoriesTavian Barnes2024-04-261-1/+1
|
* config: Add BFS_USE_LIB* to config.h instead of CPPFLAGSTavian Barnes2024-04-251-0/+12
|
* config: Test-compile packages even if pkg-config says they existTavian Barnes2024-04-191-52/+52
| | | | This fixes `make config CC=musl-gcc`, for example.
* build: Make the config scripts POSIX-compliantTavian Barnes2024-04-171-10/+12
|
* build: Support NOLIBS=1Tavian Barnes2024-04-171-1/+1
|
* build: Refactor configurationTavian Barnes2024-04-161-6/+6
| | | | | | We now use a recursive make invocation to do the work of `make config`. The new implementation is also compatible with GNU make 3.81 found on macOS.
* build: Run pkg-config with all packages at onceTavian Barnes2024-04-101-16/+35
|
* build: Add optional libselinux dependencyTavian Barnes2024-04-101-0/+3
|
* build: Add a separate configuration stepTavian Barnes2024-04-091-0/+64