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.8 by sf-exg, Tue Jun 16 11:56:37 2015 UTC vs.
Revision 1.10 by root, Mon Jan 2 17:12:43 2023 UTC

1m4_include([libptytty/ptytty.m4])
2
3dnl 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
4AC_DEFUN([RXVT_CHECK_MODULES], 2AC_DEFUN([RXVT_CHECK_MODULES],
5[ 3[
6 AC_MSG_CHECKING(for $2) 4 AC_MSG_CHECKING([for $2 (via pkg-config)])
7 if test $PKG_CONFIG != no && $PKG_CONFIG --exists $2; then 5 if test $PKG_CONFIG != no && $PKG_CONFIG --exists $2; then
8 $1[]_CFLAGS="`$PKG_CONFIG --cflags $2`" 6 $1[]_CFLAGS="`$PKG_CONFIG --cflags $2`"
9 $1[]_LIBS="`$PKG_CONFIG --libs $2`" 7 $1[]_LIBS="`$PKG_CONFIG --libs $2`"
10 8
11 AC_MSG_RESULT(ok) 9 AC_MSG_RESULT(ok)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines