ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/configure.in
(Generate patch)

Comparing projects/libstatgrab/configure.in (file contents):
Revision 1.31 by tdb, Sat Oct 4 16:05:55 2003 UTC vs.
Revision 1.33 by tdb, Tue Oct 7 22:07:37 2003 UTC

# Line 69 | Line 69 | AC_ARG_WITH([curses-prefix],
69                          SAIDARLIBS="-L${withval}/lib ${SAIDARLIBS}"
70                  fi
71                  if test -d "$withval/include"; then
72 <                        SAIDARCPPFLAGS="-I${withval}/include ${SAIRDARCPPFLAGS}"
72 >                        SAIDARCPPFLAGS="-I${withval}/include -I${withval}/include/ncurses ${SAIRDARCPPFLAGS}"
73                  fi
74          ]
75   )
# Line 122 | Line 122 | AC_ARG_ENABLE(manpages,
122                  fi
123          ]
124   )
125 +
126 + # User specified pkgconfig dir
127 + AC_ARG_WITH([pkgconfig-dir],
128 +        [  --with-pkgconfig-dir=PATH     pkgconfig lib directory (PREFIX/lib/pkgconfig)],
129 +        [ PKGCONFIG_DIR=$withval ],
130 +        [ PKGCONFIG_DIR="\$(libdir)/pkgconfig" ]
131 + )
132 + AC_SUBST(PKGCONFIG_DIR)
133  
134   # The LIBS and CPPFLAGS that saidar needs
135   AC_SUBST(SAIDARLIBS)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines