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.1 by ayin, Tue Jan 17 12:21:13 2006 UTC vs.
Revision 1.2 by ayin, Fri Jan 20 23:52:55 2006 UTC

1dnl> test to find the hard-to-find libXpm 1dnl> test to find the hard-to-find libXpm
2dnl> mostly copied from AC_PATH_X & AC_PATH_DIRECT, but explictly set 2dnl> mostly copied from AC_PATH_X & AC_PATH_DIRECT, but explictly set
3 3
4AC_DEFUN(VT_FIND_LIBXPM, 4AC_DEFUN([VT_FIND_LIBXPM],
5[ 5[
6AC_REQUIRE_CPP() 6AC_REQUIRE_CPP()
7 7
8# Initialize some more variables set by options. 8# Initialize some more variables set by options.
9# The variables have the same names as the options, with 9# The variables have the same names as the options, with
104]) 104])
105 105
106dnl Internal subroutine of VT_FIND_LIBXPM 106dnl Internal subroutine of VT_FIND_LIBXPM
107dnl Set vt_xpm_include and vt_xpm_libr 107dnl Set vt_xpm_include and vt_xpm_libr
108# -------------- find xpm.h and Xpm.a/Xpm.so/Xpm.sl 108# -------------- find xpm.h and Xpm.a/Xpm.so/Xpm.sl
109AC_DEFUN(VT_XPM_DIRECT, 109AC_DEFUN([VT_XPM_DIRECT],
110[if test "$vt_xpm_includes" = NO; then 110[if test "$vt_xpm_includes" = NO; then
111 # Guess where to find xpm.h 111 # Guess where to find xpm.h
112 112
113ac_save_CPPFLAGS="$CPPFLAGS" 113ac_save_CPPFLAGS="$CPPFLAGS"
114CPPFLAGS="$CPPFLAGS $X_CFLAGS" 114CPPFLAGS="$CPPFLAGS $X_CFLAGS"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines