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

Comparing projects/libukcprog/configure.in (file contents):
Revision 1.6 by tdb, Fri Sep 26 21:17:59 2003 UTC vs.
Revision 1.7 by tdb, Thu Oct 9 10:43:11 2003 UTC

# Line 33 | Line 33 | solaris2.*)
33          ;;
34   esac
35  
36 + # User specified pkgconfig dir
37 + AC_ARG_WITH([pkgconfig-dir],
38 +        [  --with-pkgconfig-dir=PATH     pkgconfig lib directory (PREFIX/lib/pkgconfig)],
39 +        [ PKGCONFIG_DIR=$withval ],
40 +        [ PKGCONFIG_DIR="\$(libdir)/pkgconfig" ]
41 + )
42 + AC_SUBST(PKGCONFIG_DIR)
43 +
44   # And finish by changing these files
45   AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile libukcprog.pc])
46  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines