about summary refs log tree commit diff
path: root/configure
blob: ab231503c649fad0f467cb9651b8457c99f66842 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -eu

pkg-config "$@" --print-errors scooper.pc

cat >config.mk <<EOF
CFLAGS += $(pkg-config "$@" --cflags scooper.pc)
LDLIBS = $(pkg-config "$@" --libs scooper.pc)
EOF
12-21 15:14:22 -0500'>2019-12-21Clarify purpose in READMEJune McEnroe 2019-12-21Add READMEJune McEnroe 2019-12-21Add copyright header to git-fetch-emailJune McEnroe 2019-12-21Add git-fetch-email to SEE ALSO of imboxJune McEnroe 2019-12-21Add git-fetch-email wrapperJune McEnroe 2019-12-21Determine host by SRV lookupJune McEnroe 2019-12-21Clean up remaining codeJune McEnroe 2019-12-21Clean up mboxrd codeJune McEnroe 2019-12-21Convert CRLF to LFJune McEnroe 2019-12-21Implement -CFSTJune McEnroe 2019-12-21Rewrite aspirational manualJune McEnroe 2019-12-21Null-terminate read literalsJune McEnroe