diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-07 16:17:58 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-07 16:17:58 +0000 |
commit | 01110cd495dc25e40e99dac70e104e97bfa88ec1 (patch) | |
tree | 3c70318c82b629466d36fbe367d4b6e602340557 /configure.ac | |
parent | de145e0469b263c12499fb6827e8ca7290b9e174 (diff) |
Change to use the app-defaults default dir configured in libXt.MODULAR_COPY
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0bcdde0..1204d70 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,10 @@ PKG_CHECK_MODULES(OCLOCK, x11 xmu xext) AC_SUBST(OCLOCK_CFLAGS) AC_SUBST(OCLOCK_LIBS) +PKG_CHECK_MODULES(APPDEFS, xt) +appdefaultdir=$(pkg-config --variable=appdefaultdir xt) +AC_SUBST(appdefaultdir) + XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION |