Differences From Artifact [3e755fbbad]:
- Executable file pcap-config — part of check-in [41372cf67d] at 2014-01-25 03:54:27 on branch trunk — Made initial code available (user: rkeene, size: 276) [annotate] [blame] [check-ins using]
To Artifact [228047bb61]:
- Executable file pcap-config — part of check-in [def5a6d71c] at 2014-02-20 19:11:31 on branch using-redhat-srpm — Updated to compile successfully (user: rkeene, size: 284) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - + - | #! /bin/bash opt="$1" ourdir="$(dirname "$(readlink -f "$(which "$0")")")" case "$opt" in --cflags) |
︙ |