ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/aclocal.m4
(Generate patch)

Comparing rxvt-unicode/aclocal.m4 (file contents):
Revision 1.10 by root, Mon Jan 2 17:12:43 2023 UTC vs.
Revision 1.11 by root, Mon Jan 2 17:16:42 2023 UTC

1dnl maybe import pkg.m4 and use PKG_CHECK_MODULES in place of this macro 1dnl maybe import pkg.m4 and use PKG_CHECK_MODULES in place of this macro
2AC_DEFUN([RXVT_CHECK_MODULES], 2AC_DEFUN([RXVT_CHECK_MODULES],
3[ 3[
4 AC_MSG_CHECKING([for $2 (via pkg-config)]) 4 AC_MSG_CHECKING([for $2 (using pkg-config)])
5 if test $PKG_CONFIG != no && $PKG_CONFIG --exists $2; then 5 if test $PKG_CONFIG != no && $PKG_CONFIG --exists $2; then
6 $1[]_CFLAGS="`$PKG_CONFIG --cflags $2`" 6 $1[]_CFLAGS="`$PKG_CONFIG --cflags $2`"
7 $1[]_LIBS="`$PKG_CONFIG --libs $2`" 7 $1[]_LIBS="`$PKG_CONFIG --libs $2`"
8 8
9 AC_MSG_RESULT(ok) 9 AC_MSG_RESULT(ok)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines