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.32 by tdb, Sat Oct 4 16:32:23 2003 UTC vs.
Revision 1.33 by tdb, Tue Oct 7 22:07:37 2003 UTC

# Line 123 | Line 123 | AC_ARG_ENABLE(manpages,
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)
136   AC_SUBST(SAIDARCPPFLAGS)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines