ObjFW  Check-in [22b11fa7e8]

Overview
Comment:configure: Use sed | grep instead of awk

BSD awk cannot handle binary files.
QNX grep cannot handle binary files.
BusyBox tr cannot strip non-printable characters.

This only leaves sed to strip non-printable characters and then using
grep.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 22b11fa7e84ff8c55d58334916cbfbd5c404a82933954d05ce0644db00d8ff12
User & Date: js on 2024-04-14 22:59:33
Other Links: manifest | tags
Context
2024-04-16
23:18
lookup-asm-arm64-elf.S: Save one instruction check-in: 460b84b9b2 user: js tags: trunk
2024-04-14
22:59
configure: Use sed | grep instead of awk check-in: 22b11fa7e8 user: js tags: trunk
21:28
configure: Use awk to find strings in binaries check-in: 15dc72eb33 user: js tags: trunk
Changes