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.6 by ayin, Thu Aug 2 00:09:54 2007 UTC vs.
Revision 1.10 by root, Mon Jan 2 17:12:43 2023 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines