pcre2-config | pcre2-config | |||
---|---|---|---|---|
skipping to change at line 57 | skipping to change at line 57 | |||
echo $prefix | echo $prefix | |||
;; | ;; | |||
--exec-prefix=*) | --exec-prefix=*) | |||
exec_prefix=$optarg | exec_prefix=$optarg | |||
exec_prefix_set=yes | exec_prefix_set=yes | |||
;; | ;; | |||
--exec-prefix) | --exec-prefix) | |||
echo $exec_prefix | echo $exec_prefix | |||
;; | ;; | |||
--version) | --version) | |||
echo 10.44 | echo 10.45-RC1 | |||
;; | ;; | |||
--cflags) | --cflags) | |||
if test /usr/include != /usr/include ; then | if test /usr/include != /usr/include ; then | |||
includes=-I/usr/include | includes=-I/usr/include | |||
fi | fi | |||
echo $includes | echo $includes | |||
;; | ;; | |||
--cflags-posix) | --cflags-posix) | |||
if test yes = yes ; then | if test yes = yes ; then | |||
if test /usr/include != /usr/include ; then | if test /usr/include != /usr/include ; then | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |