diff options
author | Stefan Kost <stefkost@src.gnome.org> | 2007-02-20 20:49:22 +0000 |
---|---|---|
committer | Stefan Kost <stefkost@src.gnome.org> | 2007-02-20 20:49:22 +0000 |
commit | 5885e8fd5c025eb11c1d46105753416c7822ce07 (patch) | |
tree | 23bf6f10c1e0ce8a6c88dff303a697249400da89 /configure.in | |
parent | 41d5e17776a2c891f2d63e852fbbc8fa425ae06c (diff) | |
download | pango-5885e8fd5c025eb11c1d46105753416c7822ce07.tar.gz |
Xrefs for glib and cairo in the docs. Add object hierarchy to the docs.
* configure.in:
* docs/Makefile.am:
* docs/pango-docs.sgml:
svn path=/trunk/; revision=2201
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 8214306d..58fc97df 100644 --- a/configure.in +++ b/configure.in @@ -627,6 +627,12 @@ fi AM_CONDITIONAL(ENABLE_MAN, test x$enable_man != xno) +GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`" +CAIRO_PREFIX="`pkg-config --variable=prefix cairo`" + +AC_SUBST(GLIB_PREFIX) +AC_SUBST(CAIRO_PREFIX) + dnl ******************************************************** dnl * Options to pass to libtool dnl ******************************************************** |